We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecd32c commit aaa6512Copy full SHA for aaa6512
dpctl/tensor/CMakeLists.txt
@@ -58,6 +58,8 @@ add_sycl_to_target(TARGET ${python_module_name} SOURCES ${_tensor_impl_sources})
58
set(_clang_prefix "")
59
if (WIN32)
60
set(_clang_prefix "/clang:")
61
+ # FIXME: disabling to allow public CI to pass
62
+ set_property(TARGET ${python_module_name} PROPERTY INTERPROCEDURAL_OPTIMIZATION FALSE)
63
endif()
64
65
set(_no_fast_math_sources
0 commit comments