From 75e4e61aac610f9748a972886a7b551296b7f023 Mon Sep 17 00:00:00 2001 From: Lorenc Bushi Date: Wed, 13 Nov 2024 17:18:14 -0800 Subject: [PATCH] Remove CUDA unsupported directive from free function kernel test --- sycl/test-e2e/KernelAndProgram/free_function_apis.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/KernelAndProgram/free_function_apis.cpp b/sycl/test-e2e/KernelAndProgram/free_function_apis.cpp index 85ad90989a8bb..dc1bad76940e4 100644 --- a/sycl/test-e2e/KernelAndProgram/free_function_apis.cpp +++ b/sycl/test-e2e/KernelAndProgram/free_function_apis.cpp @@ -2,9 +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 - #include #include #include