BLIS.jl VS MPI.jl

Compare BLIS.jl vs MPI.jl and see what are their differences.

BLIS.jl

This repo plans to provide a low-level Julia wrapper for BLIS typed interface. (by JuliaLinearAlgebra)
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
BLIS.jl MPI.jl
1 3
26 362
- 1.4%
1.3 7.8
about 1 year ago 7 days ago
Julia Julia
BSD 3-clause "New" or "Revised" License The Unlicense
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.

BLIS.jl

Posts with mentions or reviews of BLIS.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-07.
  • Why Fortran is easy to learn
    19 projects | news.ycombinator.com | 7 Jan 2022
    It doesn't look like you're measuring factorization performance? OpenBLAS matrix-matrix multiplication is fine, it just falls apart when going to things like Cholesky and LU.

    > not the default, I've now checked

    Whatever the Julia default build is doing, so probably not the recursive LAPACK routines then if that's how it's being built. If there's a better default that's worth an issue.

    > That said, I don't understand why people avoid AMD's BLAS/LAPACK

    There just isn't a BLIS wrapper into Julia right now, and it's much easier to just write new BLAS tools than to build wrappers IMO. It makes it very easy to customize to nonstandard Julia number types too. But I do think that BLIS is a great project and I would like to see it replace OpenBLAS as the default. There's been some discussion to make it as easy as MKL (https://github.com/JuliaLinearAlgebra/BLIS.jl/issues/3).

MPI.jl

Posts with mentions or reviews of MPI.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-30.

What are some alternatives?

When comparing BLIS.jl and MPI.jl you can also consider the following projects:

SuiteSparse.jl - Development of SuiteSparse.jl, which ships as part of the Julia standard library.

ImplicitGlobalGrid.jl - Almost trivial distributed parallelization of stencil-based GPU and CPU applications on a regular staggered grid

18337 - 18.337 - Parallel Computing and Scientific Machine Learning

DataFrames.jl - In-memory tabular data in Julia

GPUCompiler.jl - Reusable compiler infrastructure for Julia GPU backends.

Makie.jl - Interactive data visualizations and plotting in Julia

quickjs - Public repository of the QuickJS Javascript Engine.

SciMLBenchmarks.jl - Scientific machine learning (SciML) benchmarks, AI for science, and (differential) equation solvers. Covers Julia, Python (PyTorch, Jax), MATLAB, R

TriangularSolve.jl - rdiv!(::AbstractMatrix, ::UpperTriangular) and ldiv!(::LowerTriangular, ::AbstractMatrix)

CUDA.jl - CUDA programming in Julia.

Fortran-code-on-GitHub - Directory of Fortran codes on GitHub, arranged by topic