https://github.com/halide/Halide
Raw File
Tip revision: cb6018aed3ecb276099e7e62aecf9dea15373cbf authored by Steven Johnson on 22 July 2022, 20:45:51 UTC
wip
Tip revision: cb6018a
qurt_yield.cpp
#include "runtime_internal.h"

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

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