nadavrot / bistraLinks
Bistra is a domain-specific language designed to generate high-performance kernels (such as GEMMs, convolutions, etc). The program is designed to allow powerful compiler optimizations and code generation that are not possible in C. The tool can auto-tune GEMM kernels to around 90% of peak performance (on X86/AVX2) within seconds.
☆9Updated last year
Alternatives and similar repositories for bistra
Users that are interested in bistra are comparing it to the libraries listed below
Sorting:
- A fast implementation of log() and exp()☆53Updated 2 years ago
- A collection of some lockfree datastructures☆67Updated 2 years ago
- performance experiments for C++ exception handling