https://github.com/halide/Halide
Raw File
Tip revision: 95a753fd49bde4b5c15fdfadfe19db76cd9c67c3 authored by Alex Reinking on 08 June 2024, 15:51:01 UTC
Remove unused is_update parameter from apply_split
Tip revision: 95a753f
qurt_yield.cpp
#include "runtime_internal.h"

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

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