Repository navigation

#

auto-vectorization

Matrix multiplication code for Arm Neon avx and avx2

C
5
4 年前

Computing a function when only its inverse is known, using Newson-Raphson method for 1D,2D,3D arrays in parallel.

C++
1
2 年前

Utilizing Parallel Workers: LLVM’s Vectorization Plan

TeX
1
8 个月前

deep learning convolutional neural network implemented with SIMD acceleration (auto-vectorization)

C
0
6 年前

Pluto is a compiled language that aims for the simplicity, readability and expressiveness of scripting languages with the safety and performance of C/C++, Go. A Go front‑end lowers .pt/.spt to LLVM 20 and native binaries. Features include range‑driven auto‑vectorization, scope‑based memory (no nulls, no OOB, no GC), and concurrency by construction

Go
0
6 小时前