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

Commit 9c4b70c

Browse files
committed
fixed compile command in CommandCleanupThreadSafty.cpp
1 parent d970da8 commit 9c4b70c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SYCL/Scheduler/CommandCleanupThreadSafety.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
87
#include <CL/sycl.hpp>
98

109
#include <cassert>

0 commit comments

Comments
 (0)