File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ pybind11_add_module(${py_module_name}
2828 external_usm_allocation/_usm_alloc_example.cpp
2929)
3030target_include_directories (${py_module_name} PUBLIC ${Dpctl_INCLUDE_DIRS} )
31- target_compile_options (${py_module_name} PRIVATE -Wno-deprecated-declarations)
3231install (TARGETS ${py_module_name}
3332 DESTINATION external_usm_allocation
3433)
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ target_include_directories(${py_module_name} PUBLIC ${Dpctl_INCLUDE_DIRS})
5050get_target_property (_sycl_gemm_sources ${py_module_name} SOURCES )
5151set_source_files_properties (${_sycl_gemm_sources}
5252 PROPERTIES
53- COMPILE_OPTIONS "-O3;-Wno-deprecated-declarations "
53+ COMPILE_OPTIONS "-O3"
5454)
5555
5656add_executable (standalone_cpp
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ pybind11_add_module(${py_module_name}
2828 use_queue_device/_example.cpp
2929)
3030target_include_directories (${py_module_name} PUBLIC ${Dpctl_INCLUDE_DIRS} )
31- target_compile_options (${py_module_name} PRIVATE -Wno-deprecated-declarations)
3231install (TARGETS ${py_module_name}
3332 DESTINATION use_queue_device
3433)
You can’t perform that action at this time.
0 commit comments