https://github.com/halide/Halide
Raw File
Tip revision: 27ee25318ad467bbae71c146dc9637c3b967f4aa authored by Volodymyr Kysenko on 17 March 2021, 21:24:04 UTC
Use print_type function when printing vector type definitions, which can
Tip revision: 27ee253
qurt_yield.cpp
#include "runtime_internal.h"

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

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