Skip to content

Commit aaa6512

Browse files
Disable IPO to allow Windows build to complete in GitHub actions CI
1 parent 1ecd32c commit aaa6512

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpctl/tensor/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ add_sycl_to_target(TARGET ${python_module_name} SOURCES ${_tensor_impl_sources})
5858
set(_clang_prefix "")
5959
if (WIN32)
6060
set(_clang_prefix "/clang:")
61+
# FIXME: disabling to allow public CI to pass
62+
set_property(TARGET ${python_module_name} PROPERTY INTERPROCEDURAL_OPTIMIZATION FALSE)
6163
endif()
6264

6365
set(_no_fast_math_sources

0 commit comments

Comments
 (0)