Skip to content

Commit 48b6502

Browse files
committed
add -fsycl to test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 8494ca5 commit 48b6502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Matrix/runtime_query_hip_gfx90a.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
// REQUIRES: arch-amd_gpu_gfx90a
10-
// RUN: %clangxx -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx90a -o %t.out
10+
// RUN: %clangxx -fsycl -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx90a -o %t.out
1111
// RUN: %{run} %t.out
1212

1313
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)