Skip to content

Commit 8ef14d5

Browse files
authored
[SYCL][E2E] XFAIL test failing on AMD HIP (#15743)
I finally got us a working AMDGPU runner. This test consistently fails and is the only failure. With this change we should be able to get all green postcommit CI since what seems like forever. Ex [here](https://github.com/intel/llvm/actions/runs/11385190600/job/31674912072) Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 65e642e commit 8ef14d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/DeviceImageDependencies/free_function_kernels.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// The name mangling for free function kernels currently does not work with PTX.
88
// UNSUPPORTED: cuda
99

10+
// XFAIL: hip_amd
11+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15742
12+
1013
#include <iostream>
1114
#include <sycl/detail/core.hpp>
1215
#include <sycl/ext/oneapi/free_function_queries.hpp>

0 commit comments

Comments
 (0)