You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Now supporting `--minimal` and `--fdevice_syntax_only` NVRTC compilation options
* Now only enabling the `--device-ident` compilation option for versions of CUDA know to support it
* Now supporting `--minimal` and `--fdevice_syntax_only` NVRTC compilation options
* Now only enabling the `--device-ident` compilation option for versions of CUDA know to support it
It seems that the
--device-ident
NVRTC compilation option was removed as of CUDA 12.2; let's ifdef our support for it when using newer CUDA versions.The text was updated successfully, but these errors were encountered: