https://github.com/halide/Halide
Raw File
Tip revision: 32d529ac1b6bfc2b420825c7f3d24730dbf38a33 authored by Andrew Adams on 11 July 2023, 00:57:37 UTC
Don't test onnx app in a 32-bit build
Tip revision: 32d529a
qurt_yield.cpp
#include "runtime_internal.h"

// TODO: what should we use here???

extern "C" WEAK void halide_thread_yield() {
}
back to top