https://github.com/halide/Halide
Raw File
Tip revision: 0eec1e95a0f7bec4a5b9e77f561c6211e2c8f4ef authored by Steven Johnson on 09 September 2022, 18:33:50 UTC
Merge branch 'main' into gpu_canon_fix
Tip revision: 0eec1e9
qurt_yield.cpp
#include "runtime_internal.h"

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

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