From b55ba19f3c2016875296bd0d5cabcebabedd9f0f Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Sun, 27 May 2018 20:47:52 +0300 Subject: [PATCH] Add a matrix multiplication tutorial Add tutorial about writing of a high performance matrix multiplication in C++ by Jean Guegant. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57fc858..0c71af0 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 7: Compound Statements](https://norasandler.com/2018/03/14/Write-a-Compiler-7.html) * [Part 8: Loops](https://norasandler.com/2018/04/10/Write-a-Compiler-8.html) * [Implementing a Language with LLVM](https://llvm.org/docs/tutorial/#kaleidoscope-implementing-a-language-with-llvm) +* [High-Performance Matrix Multiplication](https://gist.github.com/nadavrot/5b35d44e8ba3dd718e595e40184d03f0) ### OpenGL: