Skip to content

Commit 35b827d

Browse files
committed
[SYCL][HIP] Fix hip lit feature
hip is not a lit feature in the main repo, hip_amd is
1 parent 288a5c9 commit 35b827d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/esimd/odr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %t1.o %t2.o -o %t.exe
1010
//
1111
// CUDA does not support intrinsics generated by the ESIMD compilation path:
12-
// UNSUPPORTED: cuda || hip
12+
// UNSUPPORTED: cuda || hip_amd
1313

1414
#include <CL/sycl.hpp>
1515
#include <iostream>

0 commit comments

Comments
 (0)