We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205061e commit ecf26d1Copy full SHA for ecf26d1
sycl/test-e2e/OptionalKernelFeatures/is_compatible/is_compatible_amdgcn.cpp
@@ -1,5 +1,5 @@
1
// REQUIRES: hip_dev_kit
2
3
-// RUN: %clangxx -fsycl -fsycl-targets=amdgcn-amd-amdhsa -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx1030 %S/Inputs/is_compatible_with_env.cpp -o %t.out
+// RUN: %clangxx -fsycl -fsycl-targets=amdgcn-amd-amdhsa -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx1030 --rocm-path="C:/Program Files/AMD/ROCm/6.2/" %S/Inputs/is_compatible_with_env.cpp -o %t.out
4
5
// RUN: %if !hip %{ not %} %{run} %t.out
0 commit comments