gemm

Open-source projects categorized as gemm
Language: + C++ + C + Nim

Top 5 gemm Open-Source Projects

  • CTranslate2

    Fast inference engine for Transformer models

  • Project mention: Creando Subtítulos Automáticos para Vídeos con Python, Faster-Whisper, FFmpeg, Streamlit, Pillow | dev.to | 2024-04-29
  • how-to-optimize-gemm

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

    InfluxDB logo
  • CLBlast

    Tuned OpenCL BLAS

  • Project mention: Hosting Your Own AI Chatbot on Android Devices | dev.to | 2024-04-06

    git clone https://github.com/CNugteren/CLBlast.git cd CLBlast cmake . cmake --build . --config Release mkdir install cmake --install . --prefix ~/CLBlast/install cp libclblast.so* $PREFIX/lib cp ./include/clblast.h ../llama.cpp

  • blislab

    BLISlab: A Sandbox for Optimizing GEMM

  • laser

    The HPC toolbox: fused matrix multiplication, convolution, data-parallel strided tensor primitives, OpenMP facilities, SIMD, JIT Assembler, CPU detection, state-of-the-art vectorized BLAS for floats and integers (by mratsim)

  • Project mention: From slow to SIMD: A Go optimization story | news.ycombinator.com | 2024-01-23

    It depends.

    You need 2~3 accumulators to saturate instruction-level parallelism with a parallel sum reduction. But the compiler won't do it because it only creates those when the operation is associative, i.e. (a+b)+c = a+(b+c), which is true for integers but not for floats.

    There is an escape hatch in -ffast-math.

    I have extensive benches on this here: https://github.com/mratsim/laser/blob/master/benchmarks%2Ffp...

  • SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

gemm related posts

  • BLAS-level CPU Performance in 100 Lines of C

    5 projects | news.ycombinator.com | 28 Feb 2022
  • Image convolution optimisation strategies.

    4 projects | /r/OpenCL | 27 Jul 2021
  • Improve performance with SIMD intrinsics

    1 project | /r/C_Programming | 25 Feb 2021

Index

What are some of the best open-source gemm projects? This list will help you:

Project Stars
1 CTranslate2 2,825
2 how-to-optimize-gemm 1,618
3 CLBlast 997
4 blislab 416
5 laser 261

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com