https://github.com/halide/Halide
Raw File
Tip revision: d876f3638d33c6201dfa501eda3d3dc546f6f278 authored by Steven Johnson on 25 July 2022, 17:22:11 UTC
Revert "re-enable apps/bgu"
Tip revision: d876f36
qurt_yield.cpp
#include "runtime_internal.h"

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

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