R-js / blasjs

Pure Javascript manually written :ok_hand: implementation of BLAS, Many numerical software applications use BLAS computations, including Armadillo, LAPACK, LINPACK, GNU Octave, Mathematica, MATLAB, NumPy, R, and Julia.
MIT License
290 stars 21 forks source link

Add missing test dep jest-matcher-utils #15

Closed rotu closed 1 year ago

jacobbogers commented 1 year ago

For this project jest-matcher-utils is useless, Needing to compare floating point numbers 32/64 and how far the mantissa matches,

aka the extension is written here and is the backbone of all lib-r-math.js testing, this needs to be used in blasjs

jacobbogers commented 1 year ago

Oh I already did that (what i described above) here

next branch is a vertical build of all kernels in wasm and webgpu (we do complete verticals, in this case kernel syrk is re-written in js and wasm (using same frontend spec) .. next step is webgpu version when time allows (have lots of things in the fire atm)

Do you want to contribute on webgpu or wasm versions? Create an issue and lets discuss.