Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halide/Halide
a language for fast, portable data-parallel computation
https://github.com/halide/Halide
compiler dsl gpu halide hexagon image-processing performance
Last synced: 12 days ago
JSON representation
a language for fast, portable data-parallel computation
- Host: GitHub
- URL: https://github.com/halide/Halide
- Owner: halide
- License: other
- Created: 2012-07-31T04:05:25.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T20:31:20.000Z (18 days ago)
- Last Synced: 2024-10-22T15:02:24.099Z (17 days ago)
- Topics: compiler, dsl, gpu, halide, hexagon, image-processing, performance
- Language: C++
- Homepage: https://halide-lang.org
- Size: 168 MB
- Stars: 5,880
- Watchers: 241
- Forks: 1,072
- Open Issues: 1,054
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-programming-languages - Halide - Halide is a language for fast, portable data-parallel computation. Also Halide designed to make it easier to write high-performance image and array processing code on modern machines. Rather than being a standalone programming language, Halide is embedded in C++. This means you write C++ code that builds an in-memory representation of a Halide pipeline using Halide's C++ API. You can then compile this representation to an object file, or JIT-compile it and run it in the same process. Halide also provides a Python binding that provides full support for writing Halide embedded in Python without C++. (Uncategorized / Uncategorized)
- awesome-list - Halide - A language for fast, portable data-parallel computation. (Linear Algebra / Statistics Toolkit / General Purpose Tensor Library)
- awesome-opensource-hardware - halide
- StarryDivineSky - halide/Halide