https://github.com/zshipko/halide-runtime
Rust bindings to the Halide runtime
https://github.com/zshipko/halide-runtime
Last synced: 11 months ago
JSON representation
Rust bindings to the Halide runtime
- Host: GitHub
- URL: https://github.com/zshipko/halide-runtime
- Owner: zshipko
- License: isc
- Created: 2019-10-17T04:40:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T13:57:57.000Z (about 3 years ago)
- Last Synced: 2025-03-18T05:35:05.320Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 76.2 KB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# halide-runtime
Rust bindings to the [halide](https://github.com/halide/halide) runtime.
This crate will allow you to execute pre-compiled Halide kernels, to compile kernels take a look at [halide-build](https://github.com/zshipko/halide-build)