https://github.com/halide/Halide
Raw File
Tip revision: aefdf2706cad9f8a981e2a6da725127ed094f903 authored by Steven Johnson on 29 March 2022, 02:14:05 UTC
Update stubtest_jittest.cpp
Tip revision: aefdf27
alignment_64.cpp
#include "runtime_internal.h"

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