https://github.com/halide/Halide
Raw File
Tip revision: 81ea212bb7b4fc0a06b5f8f6f22ce621ac3fac6c authored by Dillon Sharlet on 23 October 2018, 05:20:47 UTC
WIP enable storage scheduling on outputs.
Tip revision: 81ea212
qurt_yield.cpp
#include "runtime_internal.h"

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

namespace Halide { namespace Runtime { namespace Internal {

WEAK void halide_thread_yield() {
}

}}}
back to top