diff --git a/sycl/test-e2e/Experimental/free_functions/address_test.cpp b/sycl/test-e2e/Experimental/free_functions/address_test.cpp index 91ae7bafffb3a..0b9fb11a8cffd 100644 --- a/sycl/test-e2e/Experimental/free_functions/address_test.cpp +++ b/sycl/test-e2e/Experimental/free_functions/address_test.cpp @@ -1,10 +1,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// The name mangling for free function kernels currently does not work with PTX. -// UNSUPPORTED: cuda, hip -// UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends. - #include #include #include diff --git a/sycl/test-e2e/Experimental/free_functions/namespace.cpp b/sycl/test-e2e/Experimental/free_functions/namespace.cpp index 74b1ab1bef929..27ee6bb35e4c2 100644 --- a/sycl/test-e2e/Experimental/free_functions/namespace.cpp +++ b/sycl/test-e2e/Experimental/free_functions/namespace.cpp @@ -2,10 +2,6 @@ // RUN: %{build} %cxx_std_optionc++20 -o %t.out // RUN: %{run} %t.out -// The name mangling for free function kernels currently does not work with PTX. -// UNSUPPORTED: cuda -// UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends. - #include #include #include diff --git a/sycl/test-e2e/Experimental/free_functions/templates_cpp_integral_type.cpp b/sycl/test-e2e/Experimental/free_functions/templates_cpp_integral_type.cpp index fdc81bfeffc6f..2c33da9e7f2ec 100644 --- a/sycl/test-e2e/Experimental/free_functions/templates_cpp_integral_type.cpp +++ b/sycl/test-e2e/Experimental/free_functions/templates_cpp_integral_type.cpp @@ -2,10 +2,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// The name mangling for free function kernels currently does not work with PTX. -// UNSUPPORTED: cuda -// UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends. - #include #include #include diff --git a/sycl/test-e2e/Experimental/free_functions/templates_cpp_non_integral_type.cpp b/sycl/test-e2e/Experimental/free_functions/templates_cpp_non_integral_type.cpp index c93aff99739d3..d59c445b77d39 100644 --- a/sycl/test-e2e/Experimental/free_functions/templates_cpp_non_integral_type.cpp +++ b/sycl/test-e2e/Experimental/free_functions/templates_cpp_non_integral_type.cpp @@ -2,10 +2,6 @@ // RUN: %{build} %cxx_std_optionc++20 -o %t.out // RUN: %{run} %t.out -// The name mangling for free function kernels currently does not work with PTX. -// UNSUPPORTED: cuda -// UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends. - #include #include #include diff --git a/sycl/test-e2e/Experimental/free_functions/templates_variadic.cpp b/sycl/test-e2e/Experimental/free_functions/templates_variadic.cpp index 6793ced5e0a5c..ba8d756da7e01 100644 --- a/sycl/test-e2e/Experimental/free_functions/templates_variadic.cpp +++ b/sycl/test-e2e/Experimental/free_functions/templates_variadic.cpp @@ -2,10 +2,6 @@ // RUN: %{build} -DNDEBUG -o %t.out // RUN: %{run} %t.out -// The name mangling for free function kernels currently does not work with PTX. -// UNSUPPORTED: cuda -// UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends. - #include #include #include