https://github.com/halide/Halide
Raw File
Tip revision: 8dd65dfd37af1eb0989af587d7c80b2b232665a6 authored by Steven Johnson on 15 March 2018, 18:40:59 UTC
Output<Buffer[]> should return non-const ImageParam
Tip revision: 8dd65df
alignment_128.cpp
#include "runtime_internal.h"

namespace Halide {
namespace Runtime {
namespace Internal {

WEAK __attribute__((always_inline)) int halide_malloc_alignment() {
    return 128;
}

}}}
back to top