Halide 19.0.0
Halide compiler and libraries
|
#include "HalideRuntime.h"
Go to the source code of this file.
Namespaces | |
namespace | Halide |
This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it. | |
namespace | Halide::Runtime |
namespace | Halide::Runtime::Internal |
Macros | |
#define | HALIDE_CHECK(user_context, cond) |
Functions | |
size_t | Halide::Runtime::Internal::get_allocated_system_memory () |
void * | Halide::Runtime::Internal::allocate_system (void *user_context, size_t bytes) |
void | Halide::Runtime::Internal::deallocate_system (void *user_context, void *aligned_ptr) |
#define HALIDE_CHECK | ( | user_context, | |
cond ) |