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 049b523 commit b49744aCopy full SHA for b49744a
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-approx-func;${_clang_prefix}-fno-finite-math-only")
+ PROPERTIES COMPILE_OPTIONS "${_clang_prefix}-fno-fast-math;-H")
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