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

Commit 8089443

Browse files
committed
Apply suggestion
1 parent abca6e1 commit 8089443

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SYCL/Regression/fsycl-host-compiler.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
// RUN: %clangxx -fsycl -fsycl-host-compiler=g++ -DDEFINE_CHECK -fsycl-host-compiler-options="-DDEFINE_CHECK -std=c++17" -o %t.out %s
1+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-host-compiler=g++ -DDEFINE_CHECK -fsycl-host-compiler-options="-DDEFINE_CHECK -std=c++17" -o %t.out %s
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55
// REQUIRES: linux
6-
// FIXME: Flaky on HIP and cuda
7-
// UNSUPPORTED: hip || cuda
86
//==------- fsycl-host-compiler.cpp - external host compiler test ----------==//
97
//
108
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)