|
@@ -29,9 +29,10 @@ def err_drv_no_cuda_installation : Error<
|
|
def err_drv_no_cuda_libdevice : Error<
|
|
def err_drv_no_cuda_libdevice : Error<
|
|
"cannot find libdevice for %0. Provide path to different CUDA installation "
|
|
"cannot find libdevice for %0. Provide path to different CUDA installation "
|
|
"via --cuda-path, or pass -nocudalib to build without linking with libdevice.">;
|
|
"via --cuda-path, or pass -nocudalib to build without linking with libdevice.">;
|
|
-def err_drv_cuda_version_too_low : Error<
|
|
|
|
- "GPU arch %1 requires CUDA version at least %3, but installation at %0 is %2. "
|
|
|
|
- "Use --cuda-path to specify a different CUDA install, or pass "
|
|
|
|
|
|
+def err_drv_cuda_version_unsupported : Error<
|
|
|
|
+ "GPU arch %0 is supported by CUDA versions between %1 and %2 (inclusive), "
|
|
|
|
+ "but installation at %3 is %4. Use --cuda-path to specify a different CUDA "
|
|
|
|
+ "install, pass a different GPU arch with --cuda-gpu-arch, or pass "
|
|
"--no-cuda-version-check.">;
|
|
"--no-cuda-version-check.">;
|
|
def err_drv_cuda_nvptx_host : Error<"unsupported use of NVPTX for host compilation.">;
|
|
def err_drv_cuda_nvptx_host : Error<"unsupported use of NVPTX for host compilation.">;
|
|
def err_drv_invalid_thread_model_for_target : Error<
|
|
def err_drv_invalid_thread_model_for_target : Error<
|