https://github.com/halide/Halide
Raw File
Tip revision: 3f7e8908b8871d1ce167037b5f877a664c044358 authored by Steven Johnson on 14 April 2022, 20:25:29 UTC
Python: make Func implicitly convertible to Stage (#6702) (#6708)
Tip revision: 3f7e890
alignment_128.cpp
#include "runtime_internal.h"

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