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 d2c9aa4 commit ca46b1bCopy full SHA for ca46b1b
dpctl/tensor/CMakeLists.txt
@@ -53,7 +53,7 @@ if (WIN32)
53
endif()
54
set_source_files_properties(
55
${CMAKE_CURRENT_SOURCE_DIR}/libtensor/source/elementwise_functions.cpp
56
- PROPERTIES COMPILE_OPTIONS "${_clang_prefix}-fno-fast-math;${_clang_prefix}-fno-finite-math-only;${_clang_prefix}-fno-approx-func;-H")
+ PROPERTIES COMPILE_OPTIONS "${_clang_prefix}-fno-fast-math")
57
target_compile_options(${python_module_name} PRIVATE -fno-sycl-id-queries-fit-in-int)
58
target_link_options(${python_module_name} PRIVATE -fsycl-device-code-split=per_kernel)
59
if(UNIX)
0 commit comments