Skip to content

Releases: jolatechno/binary-algebra

binary-algebra-v1.0.0

03 Jan 17:12
Compare
Choose a tag to compare

First fully working release (through it was not fully validated on AMD GPUs because of some reliability issues on gcc-10-offload-amdgcn) with new added features.

I will probably let this repo in this state for a while, I might get back onto it if I end up using it (I started developing it for a project I ended up dropping) and I require some new feature or optimizations.

binary_algebra_v0.2.0-gpu

22 Dec 21:39
Compare
Choose a tag to compare
Pre-release

First fully working and well optimized GPU version.

I will still add more functionality (such as slices to then support MPI), and I will implement a system to switch between GPU, CPU and non-Openmp CPU depending on the workload.

binary_algebra_v0.1.0

19 Dec 09:40
Compare
Choose a tag to compare
binary_algebra_v0.1.0 Pre-release
Pre-release

First well documented and fully functioning version.

A lot of optimization still has to be done, offloading to gpu will be supported, and some bug have been seen with the none-openmp version and huge matrices.