https://github.com/halide/Halide
Raw File
Tip revision: ccee94ff3692a9c7aa4efcc2c8b55bdeb02c02a2 authored by Dillon Sharlet on 14 July 2021, 00:36:05 UTC
None -> Truncate
Tip revision: ccee94f
alignment_128.cpp
#include "runtime_internal.h"

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