numba.cuda.cudadrv.error.NvvmError: Failed to compile
IR version 1.6 incompatible with current version 2.0
: error: incompatible IR detected. Possible mix of compiler/IR from different releases.
NVVM_ERROR_IR_VERSION_MISMATCH
srun: error: c08r02: task 0: Exited with exit code 1
srun: launch/slurm: _step_signal: Terminating StepId=9110941.1
I am using cuda 11.6 and getting this error
Numba version is 0.56.4
It looks like you have the same issue as tazo_a (a mixed up environment with components from different toolkit versions) - can you create a new environment and try again please?