Skip to content

Commit

Permalink
Add a matrix multiplication tutorial
Browse files Browse the repository at this point in the history
Add tutorial about writing of a high performance matrix multiplication
in C++ by Jean Guegant.
  • Loading branch information
bobeff committed May 27, 2018
1 parent f9852ad commit b55ba19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b55ba19

Please sign in to comment.