https://github.com/halide/Halide
Raw File
Tip revision: 5fdcdc78039065f48dabbc615ecc1cf838e47c31 authored by Andrew Adams on 11 March 2024, 18:32:33 UTC
Add a comment
Tip revision: 5fdcdc7
alignment_128.cpp
#include "runtime_internal.h"

extern "C" {

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