Skip to content

Commit 2945bd1

Browse files
t4c1bb-sycl
authored andcommitted
[SYCL][CUDA][HIP] Fix compile command in CommandCleanupThreadSafety.cpp (intel#1087)
fixed compile command in CommandCleanupThreadSafety.cpp
1 parent 4704741 commit 2945bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/Scheduler/CommandCleanupThreadSafety.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// UNSUPPORTED: windows
2-
// RUN: %clangxx -fsycl %s -o %t.out -lpthread
2+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -lpthread
33
// RUN: %HOST_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66
// RUN: %GPU_RUN_PLACEHOLDER %t.out
7-
// XFAIL: cuda || hip
7+
88
#include <sycl/sycl.hpp>
99

1010
#include <cassert>

0 commit comments

Comments
 (0)