// Generated by decuda.
// OpenCL device code is the bulk of this file. The host-side calls
// have been rewritten to OpenCL equivalents inline; the
// surrounding host program still needs a cl_context + cl_queue, not
// included here. Look for TODO markers for items requiring
// manual attention.
// Minimal fixture: no CUDA constructs at all. The parser must produce an
// empty IR and every backend must emit only its banner + the verbatim source.
int main { return 0; }