https://github.com/halide/Halide
Raw File
Tip revision: f6779bd565fdd8e8e845a418e9c5900f0b4b181a authored by Ron Lieberman on 21 June 2018, 15:06:08 UTC
Move host_malloc_deinit inside destructor
Tip revision: f6779bd
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