cl-cblas VS cl-bmas

Compare cl-cblas vs cl-bmas and see what are their differences.

cl-cblas

C2FFI based wrapper for CBLAS (by digikar99)

cl-bmas

C2FFI generated bindings for BMAS (by digikar99)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cl-cblas cl-bmas
3 2
2 2
- -
0.0 5.1
over 1 year ago 4 months ago
Python C
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cl-cblas

Posts with mentions or reviews of cl-cblas. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-12.
  • CL-AUTOWRAP generated (C)BLAS wrapper in QUICKLISP
    6 projects | /r/lisp | 12 Mar 2022
    About the convergence, I actually want to separate out the low-level backend interface from the high level user interface. That way, multiple high level libraries can employ the same common low-level backends. This has been my motivation for CL-CBLAS and CL-BMAS.
  • [Common Lisp] Best Libraries for Interfacing with UNIX-like Operating Systems?
    3 projects | /r/Common_Lisp | 6 Sep 2021
    (ii) generating the bindings for the first time can be a fair bit of work involving installation of the correct version of clang and c2ffi; community maintained repos can make this latter step super easy by not having to install clang and c2ffi; I made a repo for cblas but it's by no means stable or cross-platform (or perhaps even cross-unix-like) yet.

cl-bmas

Posts with mentions or reviews of cl-bmas. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-12.
  • CL-AUTOWRAP generated (C)BLAS wrapper in QUICKLISP
    6 projects | /r/lisp | 12 Mar 2022
    About the convergence, I actually want to separate out the low-level backend interface from the high level user interface. That way, multiple high level libraries can employ the same common low-level backends. This has been my motivation for CL-CBLAS and CL-BMAS.
  • How to speed up array writes?
    4 projects | /r/Common_Lisp | 2 Oct 2021
    (Shameless plug) I recently added AVX2 256-bit simd based integer copy instructions to BMAS - and this is accessible through bmas (extremely thankful to C2FFI!) And I'm wanting to try memcpy to see if that gets any further benefit, hoping to try some time during the week.

What are some alternatives?

When comparing cl-cblas and cl-bmas you can also consider the following projects:

OpenBLAS - OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.

sleef - SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT

magicl - Matrix Algebra proGrams In Common Lisp.

sb-simd - A convenient SIMD interface for SBCL.

awesome-cl - A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.

bmas - Basic Mathematical Subprograms - SIMD operations on strided vectors of floats, doubles, u/int/64/32/16/8

cl-autowrap - (c-include "file.h") => complete FFI wrapper