https://github.com/halide/Halide
Raw File
Tip revision: c72ac79bf3ebb3e26679b909999d142748bef49e authored by Shoaib Kamil on 09 December 2020, 17:56:14 UTC
Delete attributes that cause runtime linker to use softfloat on ARM64 Windows
Tip revision: c72ac79
PyBuffer.h
#ifndef HALIDE_PYTHON_BINDINGS_PYBUFFER_H
#define HALIDE_PYTHON_BINDINGS_PYBUFFER_H

#include "PyHalide.h"

namespace Halide {
namespace PythonBindings {

void define_buffer(py::module &m);

}  // namespace PythonBindings
}  // namespace Halide

#endif  // HALIDE_PYTHON_BINDINGS_PYBUFFER_H
back to top