how-to-optimize-gemm VS blocking-tutorial

Compare how-to-optimize-gemm vs blocking-tutorial and see what are their differences.

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
how-to-optimize-gemm blocking-tutorial
2 5
1,631 127
1.8% 0.8%
0.0 0.0
10 months ago 12 months ago
C 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.

how-to-optimize-gemm

Posts with mentions or reviews of how-to-optimize-gemm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-28.

blocking-tutorial

Posts with mentions or reviews of blocking-tutorial. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-28.
  • How can I add two vectors in C++?
    1 project | /r/cpp_questions | 15 Jul 2022
    I found this interesting because it shows that even something as simple as matrix multiplication (or addition) is much more complicated to implement than one might think. It also includes the source code.
  • BLAS-level CPU Performance in 100 Lines of C
    1 project | /r/datascience | 1 Mar 2022
    There's code, if you're curious what C code looks like for this kind of speed: https://github.com/HazyResearch/blocking-tutorial
    5 projects | news.ycombinator.com | 28 Feb 2022
    I was referring to https://github.com/HazyResearch/blocking-tutorial/blob/maste... which upon closer inspection uses intrinsics in the inner loop, but to a much lesser degree and arguably specifying -mavx2 -mfma compiler options would yield comparable results...

What are some alternatives?

When comparing how-to-optimize-gemm and blocking-tutorial you can also consider the following projects:

blis - BLAS-like Library Instantiation Software Framework

Halide - a language for fast, portable data-parallel computation

blislab - BLISlab: A Sandbox for Optimizing GEMM