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

Commit fd36103

Browse files
authored
[SYCL][CUDA][HIP] Fix compile command in CommandCleanupThreadSafety.cpp (#1087)
fixed compile command in CommandCleanupThreadSafety.cpp
1 parent 9d35612 commit fd36103

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)