https://github.com/halide/Halide
Raw File
Tip revision: 50c947b09aacdb70fc64d786e7babe34f73de746 authored by Shoaib Kamil on 17 July 2020, 20:48:39 UTC
Update README to suggest cloning a release of LLVM, not a branch
Tip revision: 50c947b
PyRDom.h
#ifndef HALIDE_PYTHON_BINDINGS_PYRDOM_H
#define HALIDE_PYTHON_BINDINGS_PYRDOM_H

#include "PyHalide.h"

namespace Halide {
namespace PythonBindings {

void define_rdom(py::module &m);

}  // namespace PythonBindings
}  // namespace Halide

#endif  // HALIDE_PYTHON_BINDINGS_PYRDOM_H
back to top