https://github.com/halide/Halide
Raw File
Tip revision: 5136f5bb18095e3dddfa528babb1e147ce081e18 authored by Patricia Suriana on 10 July 2017, 19:37:27 UTC
Use expr for the cost
Tip revision: 5136f5b
metadata.cpp
#include "HalideRuntime.h"

namespace Halide { namespace Runtime { namespace Internal {

// This is unused and expected to be optimized away; it exists solely to ensure
// that the halide_filter_metadata_t type is in the runtime module, so that
// Codegen_LLVM can access its description.
WEAK const halide_filter_metadata_t *unused_function_to_get_halide_filter_metadata_t_declared() { return NULL; }

} } }

back to top