File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -288,8 +288,8 @@ set(SYCL_COMMON_SOURCES
288288 "detail/kernel_compiler/kernel_compiler_opencl.cpp"
289289 "detail/kernel_compiler/kernel_compiler_sycl.cpp"
290290 "detail/kernel_impl.cpp"
291- "detail/get_kernel_name_based_data .cpp"
292- "detail/kernel_name_based_data .cpp"
291+ "detail/get_device_kernel_info .cpp"
292+ "detail/device_kernel_info .cpp"
293293 "detail/kernel_program_cache.cpp"
294294 "detail/memory_export.cpp"
295295 "detail/memory_manager.cpp"
Original file line number Diff line number Diff line change 1- // ==---------------------- kernel_name_based_data .cpp ----------------------==//
1+ // ==---------------------- device_kernel_info .cpp ----------------------==//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
8- #include < detail/kernel_name_based_data .hpp>
8+ #include < detail/device_kernel_info .hpp>
99#include < detail/program_manager/program_manager.hpp>
1010
1111namespace sycl {
Original file line number Diff line number Diff line change 1- // ==---------------------- kernel_name_based_data .hpp ----------------------==//
1+ // ==---------------------- device_kernel_info .hpp ----------------------==//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1- // ==-------------------- get_kernel_name_based_data .cpp --------------------==//
1+ // ==-------------------- get_device_kernel_info .cpp --------------------==//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1313
1414#include < detail/adapter_impl.hpp>
1515#include < detail/config.hpp>
16+ #include < detail/device_kernel_info.hpp>
1617#include < detail/global_handler.hpp>
17- #include < detail/kernel_name_based_data.hpp>
1818#include < detail/platform_impl.hpp>
1919#include < detail/program_manager/program_manager.hpp>
2020#include < detail/scheduler/scheduler.hpp>
Original file line number Diff line number Diff line change 1010
1111#include " sycl/exception.hpp"
1212#include < detail/config.hpp>
13+ #include < detail/device_kernel_info.hpp>
1314#include < detail/kernel_arg_mask.hpp>
14- #include < detail/kernel_name_based_data.hpp>
1515#include < detail/platform_impl.hpp>
1616#include < detail/unordered_multimap.hpp>
1717#include < sycl/detail/common.hpp>
Original file line number Diff line number Diff line change 1111#include < detail/device_binary_image.hpp>
1212#include < detail/device_global_map.hpp>
1313#include < detail/device_global_map_entry.hpp>
14+ #include < detail/device_kernel_info.hpp>
1415#include < detail/host_pipe_map_entry.hpp>
1516#include < detail/kernel_arg_mask.hpp>
16- #include < detail/kernel_name_based_data.hpp>
1717#include < detail/spec_constant_impl.hpp>
1818#include < sycl/detail/cg_types.hpp>
1919#include < sycl/detail/common.hpp>
You can’t perform that action at this time.
0 commit comments