Skip to content

Commit 0b7f643

Browse files
committed
Use -fno-sycl-id-queries-fit-in-int for indexing extension
1 parent 928f20e commit 0b7f643

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dpnp/backend/extensions/indexing/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ else()
8484
)
8585
endif()
8686

87+
target_compile_options(${python_module_name} PUBLIC -fno-sycl-id-queries-fit-in-int)
8788
target_link_options(${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel)
8889

8990
if(DPNP_GENERATE_COVERAGE)

0 commit comments

Comments
 (0)