diff --git a/dpnp/backend/CMakeLists.txt b/dpnp/backend/CMakeLists.txt index 81f073cee3c3..362e04515f57 100644 --- a/dpnp/backend/CMakeLists.txt +++ b/dpnp/backend/CMakeLists.txt @@ -113,6 +113,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) # SYCL related compile options add_compile_options(-fsycl) add_compile_options(-fsycl-device-code-split=per_kernel) +add_compile_options(-fno-fast-math) add_link_options(-fsycl) add_link_options(-fsycl-device-code-split=per_kernel)