Skip to content

Commit 75e4e61

Browse files
committed
Remove CUDA unsupported directive from free function kernel test
1 parent 80b63a2 commit 75e4e61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sycl/test-e2e/KernelAndProgram/free_function_apis.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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-
85
#include <iostream>
96
#include <sycl/detail/core.hpp>
107
#include <sycl/ext/oneapi/free_function_queries.hpp>

0 commit comments

Comments
 (0)