https://github.com/halide/Halide
Raw File
Tip revision: 108dcead502b3b81e16b7e2c2056aaffddf4c266 authored by Andrew Adams on 11 September 2022, 21:32:42 UTC
Add missing print
Tip revision: 108dcea
alignment_128.cpp
#include "runtime_internal.h"

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