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
return""# Return empty string when skipping CUDA build or when building with MACA, since MACA requires CUDA 12.1 which supports a wide range of architectures and we want to avoid accidentally excluding some architectures
262
263
ifskip_cuda_build():
263
264
return""# Return empty string when skipping CUDA build
0 commit comments