https://github.com/halide/Halide
Raw File
Tip revision: 4e9f81211163b4dbaf177c0be8510e675154ee77 authored by Andrew Adams on 01 January 2023, 23:01:45 UTC
Merge branch 'abadams/fix_7260' of https://github.com/halide/Halide into abadams/fix_7260
Tip revision: 4e9f812
qurt_yield.cpp
#include "runtime_internal.h"

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

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