driver API: JIT compiler error, CUDA_ERROR_NO_BINARY_FOR_GPU PTX JIT compiler, driver API

I am debugging driver API initialization. I can compile and run the SDK driver samples just fine but not my own code. The JIT compiler finds the ptx code file and tries to compile when called with cuModuleLoadDataEx. I added JIT error log buffering, and the buffer returns

ptxas ptx input, line 67; fatal : Parsing error near ‘iles’: syntax error
ptxas fatal : Ptx assembly aborted due to errors
error : Ptx compilation failed: gpu=‘sm_13’, device code='cuModuleLoadDataEx_6

and the call returns status 209 (CUDA_ERROR_NO_BINARY_FOR_GPU).

I found the issue - see [topic=“150489”]this bug report[/topic].