https://github.com/halide/Halide
Raw File
Tip revision: a4172e1b11036122c152b1ac4d083b602561729c authored by Steven Johnson on 09 February 2024, 17:18:03 UTC
Merge remote-tracking branch 'origin/abadams/parallel_simd_op_check' into srj/test8078
Tip revision: a4172e1
qurt_yield.cpp
#include "runtime_internal.h"

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

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