Skip to content

Commit 727e085

Browse files
[SYCL][E2E] Mark free_function tests unsupported on HIP (#14917)
Those tests currently fail on AMD devices. To enable them, [sycl_ext_oneapi_free_function_kernels.asciidoc](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/proposed/sycl_ext_oneapi_free_function_kernels.asciidoc) needs to be investigated how to make it work for HIP backend.
1 parent c455b6f commit 727e085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test-e2e/KernelAndProgram/free_function_apis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %{run} %t.out
44

55
// The name mangling for free function kernels currently does not work with PTX.
6-
// UNSUPPORTED: cuda
6+
// UNSUPPORTED: cuda, hip
77

88
#include <iostream>
99
#include <sycl/detail/core.hpp>

sycl/test-e2e/KernelAndProgram/free_function_kernels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %{run} %t.out
44

55
// The name mangling for free function kernels currently does not work with PTX.
6-
// UNSUPPORTED: cuda
6+
// UNSUPPORTED: cuda, hip
77

88
// This test tests free function kernel code generation and execution.
99

0 commit comments

Comments
 (0)