File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 66// RUNx: %clang_cc1 %s -fsycl-id-queries-fit-in-int -fsycl-is-device -E -dM -fms-compatibility | FileCheck --check-prefix=CHECK-MSVC %s
77// RUN: %clang_cc1 -fno-sycl-id-queries-fit-in-int %s -E -dM | FileCheck \
88// RUN: --check-prefix=CHECK-NO-SYCL_FIT_IN_INT %s
9- // RUN: %clang_cc1 %s -triple nvptx64-nvidia-cuda -target-cpu sm_80 -DARCH_CODE=800 - fsycl-is-device -E -dM | FileCheck \
9+ // RUN: %clang_cc1 %s -triple nvptx64-nvidia-cuda -target-cpu sm_80 -fsycl-is-device -E -dM | FileCheck \
1010// RUN: --check-prefix=CHECK-CUDA %s -DARCH_CODE=800
1111// RUN: %clangxx %s -fsycl -nocudalib -fsycl-targets=nvptx64-nvidia-cuda -Xsycl-target-backend --offload-arch=sm_80 -E -dM | FileCheck \
1212// RUN: --check-prefix=CHECK-CUDA-SYCL-DRIVER %s
You can’t perform that action at this time.
0 commit comments