https://github.com/halide/Halide
Raw File
Tip revision: 02492caa639e7ce650b9240a485a6dad7e67471e authored by Andrew Adams on 14 February 2022, 17:10:31 UTC
Push casts inside integer narrowing
Tip revision: 02492ca
qurt_yield.cpp
#include "runtime_internal.h"

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

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