https://github.com/halide/Halide
Raw File
Tip revision: 38c4e5ab5aae266ef9270e5ca7aa7d5ab6b40cd1 authored by Steven Johnson on 19 April 2018, 02:13:46 UTC
Remove scalpel left in patient
Tip revision: 38c4e5a
msan_stubs.cpp
#include "HalideRuntime.h"

extern "C" {

WEAK void halide_msan_annotate_memory_is_initialized(void *user_context, const void *ptr, uint64_t len) {}

WEAK void halide_msan_annotate_buffer_is_initialized(void *user_context, halide_buffer_t *b) {}

WEAK void halide_msan_annotate_buffer_is_initialized_as_destructor(void *user_context, void *b) {}

}
back to top