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

Commit 4a7aa37

Browse files
authored
[SYCL][CUDA] Fix compile command in HostAccDestruction.cpp (#1085)
1 parent cafd91e commit 4a7aa37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/Scheduler/HostAccDestruction.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// RUN: %clangxx -fsycl -fsycl-dead-args-optimization %s -o %t.out
1+
// RUN: %clangxx -fsycl -fsycl-dead-args-optimization -fsycl-targets=%sycl_triple %s -o %t.out
22
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out 2>&1 %CPU_CHECK_PLACEHOLDER
33
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
44
// RUN: env SYCL_PI_TRACE=2 %ACC_RUN_PLACEHOLDER %t.out 2>&1 %ACC_CHECK_PLACEHOLDER
5-
// UNSUPPORTED: cuda || hip
5+
// UNSUPPORTED: hip
66
//==---------------------- HostAccDestruction.cpp --------------------------==//
77
//
88
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)