summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2019-01-19 17:56:05 +0100
committerGitHub <noreply@github.com>2019-01-19 17:56:05 +0100
commit9a9c24e811ddefb6e9d462288916ff64dbf47d63 (patch)
tree43504e80dc48a3230a497df83b9e15baf50928ea /README.md
parentafcf5dc6ebc287b392edcb6bd3ac48966ba98e3c (diff)
parent11f4c7dd936146f9b4f165d8ef69bafa3a33ad26 (diff)
Merge pull request #345 from CNugteren/convolution-fixes-and-tuner
Convolution with single kernel
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)