https://github.com/halide/Halide
Raw File
Tip revision: df01e7ba8f4a0d6a1fe4e8bb4a5c269c7716463c authored by Steven Johnson on 08 November 2022, 00:42:27 UTC
Call cache.clear between internal functions in CG_C
Tip revision: df01e7b
alignment_128.cpp
#include "runtime_internal.h"

extern "C" WEAK_INLINE int halide_malloc_alignment() {
    return 128;
}
back to top