https://github.com/halide/Halide
Raw File
Tip revision: 25524c2c0bc5e0c15bd905eb247eaf415822dc72 authored by Matthias Kramm on 04 June 2018, 17:21:03 UTC
Add unit test for NotImplementedError from Python extension.
Tip revision: 25524c2
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