https://github.com/halide/Halide
Raw File
Tip revision: d85871e31144d3498541892d4bc8e67f99bbc919 authored by Andrew Adams on 07 June 2024, 22:20:41 UTC
Fix typo in Simplify_Let.cpp
Tip revision: d85871e
alignment_128.cpp
#include "runtime_internal.h"

extern "C" {

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