Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 145b113

Browse files
authored
[SYCL][CUDA] Fix compile command in gpu.cpp (#1088)
Fixes compile command in gpu.hpp, fixing the test for CUDA backend.
1 parent 813b2f6 commit 145b113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/Regression/commandlist/gpu.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: gpu, linux
2-
// UNSUPPORTED: cuda || hip
2+
// UNSUPPORTED: hip
33
// UNSUPPORTED: ze_debug-1,ze_debug4
44
//
5-
// RUN: %clangxx -fsycl %S/Inputs/FindPrimesSYCL.cpp %S/Inputs/main.cpp -o %t.out -lpthread
5+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %S/Inputs/FindPrimesSYCL.cpp %S/Inputs/main.cpp -o %t.out -lpthread
66
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)