https://github.com/halide/Halide
Raw File
Tip revision: 45b767ea12730bec7b08a2a93dfb6bb5e4e80f28 authored by Andrew Adams on 06 September 2023, 21:57:29 UTC
clang-format
Tip revision: 45b767e
qurt_yield.cpp
#include "runtime_internal.h"

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

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