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 08b6b67 commit 88899abCopy full SHA for 88899ab
dpnp/backend/extensions/statistics/CMakeLists.txt
@@ -80,6 +80,8 @@ else()
80
-fno-approx-func
81
-fno-finite-math-only
82
)
83
+ target_compile_options(${python_module_name} PUBLIC -fsanitize=address)
84
+ target_link_options(${python_module_name} PUBLIC -fsanitize=address)
85
endif()
86
87
target_link_options(${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel)
0 commit comments