https://github.com/halide/Halide
Raw File
Tip revision: b1629e0f52f821d836b8b80a0dc90217904a67cc authored by Alexander on 10 May 2024, 02:55:38 UTC
fix Reinterpret cmp
Tip revision: b1629e0
qurt_yield.cpp
#include "runtime_internal.h"

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

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