|
Halide 20.0.0
Halide compiler and libraries
|
Routines specific to the Halide QuRT runtime. More...
#include "HalideRuntime.h"Go to the source code of this file.
Functions | |
| int | halide_qurt_hvx_lock (void *user_context) |
| Lock and unlock an HVX context. More... | |
| int | halide_qurt_hvx_unlock (void *user_context) |
| void | halide_qurt_hvx_unlock_as_destructor (void *user_context, void *) |
Routines specific to the Halide QuRT runtime.
Definition in file HalideRuntimeQurt.h.
| int halide_qurt_hvx_lock | ( | void * | user_context | ) |
Lock and unlock an HVX context.
A successful call to hvx_lock must be followed by a call to hvx_unlock.
| int halide_qurt_hvx_unlock | ( | void * | user_context | ) |
| void halide_qurt_hvx_unlock_as_destructor | ( | void * | user_context, |
| void * | |||
| ) |