File tree 5 files changed +0
-20
lines changed
sycl/test-e2e/Experimental/free_functions
5 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// RUN: %{run} %t.out
3
3
4
- // The name mangling for free function kernels currently does not work with PTX.
5
- // UNSUPPORTED: cuda, hip
6
- // UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends.
7
-
8
4
#include < sycl/detail/core.hpp>
9
5
#include < sycl/ext/oneapi/free_function_queries.hpp>
10
6
#include < sycl/kernel_bundle.hpp>
Original file line number Diff line number Diff line change 2
2
// RUN: %{build} %cxx_std_optionc++20 -o %t.out
3
3
// RUN: %{run} %t.out
4
4
5
- // The name mangling for free function kernels currently does not work with PTX.
6
- // UNSUPPORTED: cuda
7
- // UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends.
8
-
9
5
#include < sycl/detail/core.hpp>
10
6
#include < sycl/ext/oneapi/free_function_queries.hpp>
11
7
#include < sycl/kernel_bundle.hpp>
Original file line number Diff line number Diff line change 2
2
// RUN: %{build} -o %t.out
3
3
// RUN: %{run} %t.out
4
4
5
- // The name mangling for free function kernels currently does not work with PTX.
6
- // UNSUPPORTED: cuda
7
- // UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends.
8
-
9
5
#include < sycl/detail/core.hpp>
10
6
#include < sycl/ext/oneapi/free_function_queries.hpp>
11
7
#include < sycl/kernel_bundle.hpp>
Original file line number Diff line number Diff line change 2
2
// RUN: %{build} %cxx_std_optionc++20 -o %t.out
3
3
// RUN: %{run} %t.out
4
4
5
- // The name mangling for free function kernels currently does not work with PTX.
6
- // UNSUPPORTED: cuda
7
- // UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends.
8
-
9
5
#include < sycl/detail/core.hpp>
10
6
#include < sycl/ext/oneapi/free_function_queries.hpp>
11
7
#include < sycl/kernel_bundle.hpp>
Original file line number Diff line number Diff line change 2
2
// RUN: %{build} -DNDEBUG -o %t.out
3
3
// RUN: %{run} %t.out
4
4
5
- // The name mangling for free function kernels currently does not work with PTX.
6
- // UNSUPPORTED: cuda
7
- // UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends.
8
-
9
5
#include < cassert>
10
6
#include < sycl/detail/core.hpp>
11
7
#include < sycl/ext/oneapi/free_function_queries.hpp>
You can’t perform that action at this time.
0 commit comments