Seems like lazy loading causes the issue, and the following fixes it:
CUDA_MODULE_LOADING=EAGER ./my_app
Will reason about the answer properly, and write it down…
Seems like lazy loading causes the issue, and the following fixes it:
CUDA_MODULE_LOADING=EAGER ./my_app
Will reason about the answer properly, and write it down…