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 c77344c commit 8405af7Copy full SHA for 8405af7
dpctl/tensor/CMakeLists.txt
@@ -187,11 +187,8 @@ foreach(_src_fn ${_no_fast_math_sources})
187
PROPERTIES COMPILE_OPTIONS "${_combined_options_prop}"
188
)
189
endforeach()
190
-if (UNIX)
191
- set(_compiler_definitions "USE_SYCL_FOR_COMPLEX_TYPES")
192
-else()
193
194
-endif()
+
+set(_compiler_definitions "USE_SYCL_FOR_COMPLEX_TYPES")
195
196
foreach(_src_fn ${_elementwise_sources})
197
get_source_file_property(_cmpl_options_defs ${_src_fn} COMPILE_DEFINITIONS)
0 commit comments