We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117e97a commit c53312aCopy full SHA for c53312a
sycl/test-e2e/Experimental/free_functions/namespace.cpp
@@ -2,6 +2,9 @@
2
// RUN: %{build} -o %t.out
3
// RUN: %{run} %t.out
4
5
+// The name mangling for free function kernels currently does not work with PTX.
6
+// UNSUPPORTED: cuda
7
+
8
#include <sycl/detail/core.hpp>
9
#include <sycl/ext/oneapi/free_function_queries.hpp>
10
#include <sycl/usm.hpp>
0 commit comments