File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ def warn_drv_unknown_cuda_version: Warning<
79
79
InGroup<CudaUnknownVersion>;
80
80
def err_drv_cuda_host_arch : Error<"unsupported architecture '%0' for host compilation.">;
81
81
def err_drv_no_sycl_libspirv : Error<
82
- "cannot find suitable ` libspirv-nvptx64--nvidiacl.bc` variant. Provide path to libspirv library via "
83
- "-fsycl-libspirv-path, or pass -fno-sycl-libspirv to build without linking with libspirv.">;
82
+ "cannot find suitable ' libspirv-nvptx64--nvidiacl.bc' variant. Provide path to libspirv library via "
83
+ "' -fsycl-libspirv-path' , or pass ' -fno-sycl-libspirv' to build without linking with libspirv.">;
84
84
def err_drv_mix_cuda_hip : Error<"Mixed Cuda and HIP compilation is not supported.">;
85
85
def err_drv_bad_target_id : Error<"Invalid target ID: %0 (A target ID is a processor name "
86
86
"followed by an optional list of predefined features post-fixed by a plus or minus sign deliminated "
Original file line number Diff line number Diff line change 6
6
// RUN: -fsycl-targets=nvptx64-nvidia-nvcl-sycldevice --cuda-path=%S/Inputs/CUDA/usr/local/cuda \
7
7
// RUN: -fsycl-libspirv-path=%S/Inputs/SYCL/no-libspirv-exists-here.bc %s 2>&1 \
8
8
// RUN: | FileCheck --check-prefix=ERR %s
9
- // ERR: cannot find suitable ` libspirv-nvptx64--nvidiacl.bc` variant
9
+ // ERR: cannot find suitable ' libspirv-nvptx64--nvidiacl.bc' variant
10
10
11
11
// RUN: %clangxx -### -std=c++11 -target x86_64-unknown-linux-gnu -fsycl \
12
12
// RUN: -fsycl-targets=nvptx64-nvidia-nvcl-sycldevice --cuda-path=%S/Inputs/CUDA/usr/local/cuda \
13
13
// RUN: -fsycl-libspirv-path=%S/Inputs/SYCL/no-libspirv-exists-here.bc -fno-sycl-libspirv %s 2>&1 \
14
14
// RUN: | FileCheck --check-prefix=OK %s
15
- // OK-NOT: cannot find suitable ` libspirv-nvptx64--nvidiacl.bc` variant
15
+ // OK-NOT: cannot find suitable ' libspirv-nvptx64--nvidiacl.bc' variant
You can’t perform that action at this time.
0 commit comments