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
if (cudaRuntimeVersion >= 13000&&system_ccs!=sys_gpu_ccs_all_gt_70) {
610
+
cuptic_err_set_last("Cuda Toolkit's >= 13 do not support offline compilation for architectures prior to cc's < 7.5. On mixed cc machines utilize 'export CUDA_VISIBLE_DEVICES'.\n");
611
+
returnPAPI_ECMP;
612
+
}
613
+
606
614
// Get an array of the available devices on the system
0 commit comments