summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2019-01-19 15:44:19 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2019-01-19 15:44:19 +0100
commit11f4c7dd936146f9b4f165d8ef69bafa3a33ad26 (patch)
treebb8a7aa8493e3447b3544b9832cecb678c3087d6 /README.md
parentc42e48068bfd51a19f9918f20b43be94c0e3dcf2 (diff)
Added documentation on the convgemm routine
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f633f74b..f07177b1 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,7 @@ More detailed documentation is available in separate files:
* [Testing the library for correctness](doc/testing.md)
* [Bindings / wrappers for other languages](doc/bindings.md)
* [More details on the GEMM kernel](doc/details_gemm.md)
+* [More details on the convolution implementation](doc/details_conv.md)
* [Glossary with some terms explained](doc/glossary.md)
* [Frequently asked questions (FAQ) and their answers](doc/faq.md)