For deep learning specifically, the TVM project (http://tvm.ai) is a substantially more advanced project than Halide, with a much larger community. I’d highly recommend checking that out.
Note that TVM (https://github.com/dmlc/tvm) is a similar system (the IR is a fork of the Halide IR, but substantially improved), and is much more suited to deep learning, with tools like: - TOPI, a library of optimized…
For deep learning specifically, the TVM project (http://tvm.ai) is a substantially more advanced project than Halide, with a much larger community. I’d highly recommend checking that out.
Note that TVM (https://github.com/dmlc/tvm) is a similar system (the IR is a fork of the Halide IR, but substantially improved), and is much more suited to deep learning, with tools like: - TOPI, a library of optimized…