Skip to content

Commit 1ecd32c

Browse files
Set no-fast-math for reduction_over_axis too
1 parent 7d45d5d commit 1ecd32c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/tensor/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ set(_no_fast_math_sources
6464
${CMAKE_CURRENT_SOURCE_DIR}/libtensor/source/full_ctor.cpp
6565
${CMAKE_CURRENT_SOURCE_DIR}/libtensor/source/linear_sequences.cpp
6666
${CMAKE_CURRENT_SOURCE_DIR}/libtensor/source/elementwise_functions.cpp
67+
${CMAKE_CURRENT_SOURCE_DIR}/libtensor/source/reduction_over_axis.cpp
6768
)
6869
foreach(_src_fn ${_no_fast_math_sources})
6970
get_source_file_property(_cmpl_options_prop ${_src_fn} COMPILE_OPTIONS)

0 commit comments

Comments
 (0)