warp.get_cuda_supported_archs#
- warp.get_cuda_supported_archs()[source]#
Return a sorted list of CUDA compute architectures that can be used as compilation targets.
The returned architectures represent the compute capabilities that Warp’s NVRTC compiler can generate code for. These values correspond to CUDA compute capability versions (e.g., 75 for
sm_75, 80 forsm_80, 90 forsm_90).