diff --git a/README.md b/README.md index 38f6e52c4615..db010d7173ad 100755 --- a/README.md +++ b/README.md @@ -80,5 +80,11 @@ Tesla P100 - DGEMM: Tesla P100 - SCONV (vs cuDNN's IMPLICIT_PRECOMP_GEMM) ![sgemm-gv100](https://github.com/ptillet/isaac/blob/master/documentation/bench/gv100/sconv.png?raw=true) -### Acknowledgments -This work was partially funded by the National Science Foundation (IIS 1409097) +### Coverage + +I would consider GEMM and CONV as both being production-ready. Kernel selection is done for each new shape and the best kernel is cached in RAM. I wouldn't advise this library for applications that use 1000s of different shapes exactly once (e.g., Blocked SVD). + +## Acknowledgments + +This work was partially supported by the National Science Foundation (IIS 1409097) and by IARPA (contract D16PC00002). + diff --git a/papers/isaac_sc17.pdf b/papers/isaac_sc17.pdf new file mode 100644 index 000000000000..34c7328121b0 Binary files /dev/null and b/papers/isaac_sc17.pdf differ