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 fedc71b commit ccbb324Copy full SHA for ccbb324
dpctl/tensor/CMakeLists.txt
@@ -54,6 +54,8 @@ if (WIN32)
54
set(_clang_prefix "/clang:")
55
endif()
56
set_source_files_properties(
57
+ ${CMAKE_CURRENT_SOURCE_DIR}/libtensor/source/full_ctor.cpp
58
+ ${CMAKE_CURRENT_SOURCE_DIR}/libtensor/source/linear_sequences.cpp
59
${CMAKE_CURRENT_SOURCE_DIR}/libtensor/source/elementwise_functions.cpp
60
PROPERTIES COMPILE_OPTIONS "${_clang_prefix}-fno-fast-math")
61
target_compile_options(${python_module_name} PRIVATE -fno-sycl-id-queries-fit-in-int)
0 commit comments