[–] jaberjaber23 1y ago ↗ Just open-sourced CUDA CLI :)It automatically optimizes CUDA kernels. Depending on the kernel, you can get 10–50x speedups :DHow it works:- Finds bottlenecks in your kernel- Generates a few optimized variants- Benchmarks them- Keeps the fastest oneEverything is open, so you can look under the hood and tweak anything.
1 comment
[ 7.4 ms ] story [ 15.0 ms ] threadIt automatically optimizes CUDA kernels. Depending on the kernel, you can get 10–50x speedups :D
How it works:
- Finds bottlenecks in your kernel
- Generates a few optimized variants
- Benchmarks them
- Keeps the fastest one
Everything is open, so you can look under the hood and tweak anything.