https://github.com/halide/Halide
Raw File
Tip revision: 2cc5da05aa1fc047fc62b7e9b3f6f9e393a0a571 authored by Steven Johnson on 07 March 2023, 20:23:15 UTC
Attempt to produce non-test pip-installable Halide 15
Tip revision: 2cc5da0
alignment_128.cpp
#include "runtime_internal.h"

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