Skip to content

Commit

Permalink
Enable support of large indexes for sycl
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderKalistratov committed Oct 25, 2023
1 parent 0bc9740 commit 4aa1a80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set(py_module_name _${module_name})
python_add_library(${py_module_name} MODULE ${module_name}/${py_module_name}.cpp)
add_sycl_to_target(TARGET ${py_module_name} SOURCES ${module_name}/${py_module_name}.cpp)
target_include_directories(${py_module_name} PRIVATE ${Dpctl_INCLUDE_DIRS})
target_compile_options(${py_module_name} PRIVATE -fno-sycl-id-queries-fit-in-int)

file(RELATIVE_PATH py_module_dest ${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
install(TARGETS ${py_module_name}
Expand Down

0 comments on commit 4aa1a80

Please sign in to comment.