Skip to content

Commit c53312a

Browse files
committed
[SYCL] exclude cuda from free function tests
1 parent 117e97a commit c53312a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/Experimental/free_functions/namespace.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
44

5+
// The name mangling for free function kernels currently does not work with PTX.
6+
// UNSUPPORTED: cuda
7+
58
#include <sycl/detail/core.hpp>
69
#include <sycl/ext/oneapi/free_function_queries.hpp>
710
#include <sycl/usm.hpp>

0 commit comments

Comments
 (0)