File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
recursive-include dpctl/include *.h
2
+ recursive-include dpctl/include *.hpp
2
3
include dpctl/include/dpctl4pybind11.hpp
3
4
recursive-include dpctl *.pxd
4
5
recursive-include dpctl *.cmake
Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ endif()
251
251
# Install all headers
252
252
253
253
file (GLOB MAIN_HEADERS "${CMAKE_CURRENT_SOURCE_DIR} /include/*.h" )
254
+ file (GLOB MAIN_HEADERS "${CMAKE_CURRENT_SOURCE_DIR} /include/*.hpp" )
254
255
file (GLOB SUPPORT_HEADERS "${CMAKE_CURRENT_SOURCE_DIR} /include/Support/*.h" )
255
256
file (GLOB CONFIG_HEADERS "${CMAKE_CURRENT_SOURCE_DIR} /include/Config/*.h" )
256
257
Original file line number Diff line number Diff line change 30
30
@DPCTL_ENABLE_L0_PROGRAM_CREATION@
31
31
32
32
/* Version of SYCL DPC++ 2023 compiler at which transition to SYCL 2020 occurs */
33
- #define __SYCL_COMPILER_2023_SWITCHOVER 20221020L
33
+ /* Intel(R) oneAPI DPC++ 2022.2.1 compiler has version 20221020L */
34
+ #define __SYCL_COMPILER_2023_SWITCHOVER 20221021L
34
35
35
36
/* Version of SYCL DPC++ compiler at which info::max_work_item_size was
36
37
made templated */
37
- #define __SYCL_COMPILER_MAX_WORK_ITEM_SIZE_THRESHOLD 20220805L
38
+ #define __SYCL_COMPILER_MAX_WORK_ITEM_SIZE_THRESHOLD __SYCL_COMPILER_2023_SWITCHOVER
38
39
39
40
/* The DPCPP version used to build dpctl */
40
41
#define DPCTL_DPCPP_VERSION "@IntelSycl_VERSION@"
You can’t perform that action at this time.
0 commit comments