https://github.com/halide/Halide
Raw File
Tip revision: 62d47f1ee4dd8d1e6b270185764f5c2c450715d1 authored by Steven Johnson on 05 February 2020, 00:41:39 UTC
Tutorials should use halide_benachmark instead of clock.h
Tip revision: 62d47f1
alignment_128.cpp
#include "runtime_internal.h"

namespace Halide {
namespace Runtime {
namespace Internal {

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

}  // namespace Internal
}  // namespace Runtime
}  // namespace Halide
back to top