InvalidPtx file using cuda 11.6
Attached test program generates "Error: cudaModuleLoad ('.../bug_cuda1106_TY9.64.ptx') failed: CUDA Error ErrorInvalidPtx: a PTX JIT compilation failed!" error after migrating to cuda 11.6.
A workaround is either to remove the "{!parallel for}" line or to disable "Generate line number information in PTX file" in the program settings.