vksnk on xtensa-codegen
[xtensa] added code for running… (compare)
vksnk on main
Improved halide_popcount (#7225… (compare)
alexreinking on deps-cleanup
Shrink diff, packaging fixes. (compare)
vksnk on xtensa-codegen
[xtensa] Minor DMA improvements… (compare)
vksnk on dma-min-max
[xtensa] Minor DMA improvements… (compare)
add_halide_library
)
-DHalide_TARGET_FEATURES=msan
at the command line or set()
it in a toolchain file
add_compile_options
and target_compile_options
(and abuses of related functions), compiler wrappers, etc.
if (WITH_ASAN)
list(APPEND Halide_TARGET_FEATURES asan)
endif ()
# ...
set(CMAKE_C_FLAGS_INIT "-fsanitize=memory ...")
set(HALIDE_TARGET_FEATURES "msan")
# ...
HLFEATURES