pelemay icon indicating copy to clipboard operation
pelemay copied to clipboard

Pelemay is a native compiler for Elixir, which generates SIMD instructions. It has a plan to generate for GPU code.

Results 41 pelemay issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** In conv2d: https://github.com/zeam-vm/conv2d To enhance to use Pelemay: `git diff`: ``` diff --git a/lib/conv2d.ex b/lib/conv2d.ex index c6dd785..aeb15da 100644 --- a/lib/conv2d.ex...

enhancement