BLIS.jl

This repo plans to provide a low-level Julia wrapper for BLIS typed interface. (by JuliaLinearAlgebra)

BLIS.jl Alternatives

Similar projects and alternatives to BLIS.jl

  1. julia

    367 BLIS.jl VS julia

    The Julia Programming Language

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. rr

    116 BLIS.jl VS rr

    Record and Replay Framework

  4. quickjs

    Public repository of the QuickJS Javascript Engine.

  5. 18337

    14 BLIS.jl VS 18337

    18.337 - Parallel Computing and Scientific Machine Learning

  6. Octavian.jl

    Multi-threaded BLAS-like library that provides pure Julia matrix multiplication

  7. CUDA.jl

    15 BLIS.jl VS CUDA.jl

    CUDA programming in Julia.

  8. GPUCompiler.jl

    Reusable compiler infrastructure for Julia GPU backends.

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. Fortran-code-on-GitHub

    Directory of Fortran codes on GitHub, arranged by topic

  11. SciMLBenchmarks.jl

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

  12. TriangularSolve.jl

    rdiv!(::AbstractMatrix, ::UpperTriangular) and ldiv!(::LowerTriangular, ::AbstractMatrix)

  13. SuiteSparse.jl

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

  14. 18335

    1 BLIS.jl VS 18335

    18.335 - Introduction to Numerical Methods course

  15. MPI.jl

    3 BLIS.jl VS MPI.jl

    MPI wrappers for Julia

  16. Pkg.jl

    5 BLIS.jl VS Pkg.jl

    Pkg - Package manager for the Julia programming language

  17. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better BLIS.jl alternative or higher similarity.

BLIS.jl discussion

Log in or Post with

BLIS.jl reviews and mentions

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).

Stats

Basic BLIS.jl repo stats
1
25
1.3
about 2 years ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Julia is
the 44th most popular programming language
based on number of references?