Chris Elrod

Results 4 repositories owned by Chris Elrod

AppleAccelerateLinAlgWrapper.jl

17
Stars
1
Forks
Watchers

Simple experimental wrapper of small number of Apple Accelerate linear algebra routines using libblastrampoline. Largely used for benchmarking routines using the Apple M1's matrix instructions.

PaddedMatrices.jl

25
Stars
0
Forks
Watchers

This library provides arrays with columns padded to be a multiple of SIMD-vector width.

ProbabilityModels.jl

20
Stars
1
Forks
Watchers

Probability models with `y ~ Normal(mu, sigma)` style syntax and reverse mode AD for gradients; WIP. Prioritizes runtime performance.

SIMDPirates.jl

27
Stars
5
Forks
Watchers

Pirating base type NTuple{N,Core.VecElement{T}} -- although base methods are NOT overloaded -- and plundering the great work of eschnett's SIMD.jl