Skip to content

Commit c9173fb

Browse files
authored
Update README.md
1 parent 97b0900 commit c9173fb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,21 @@ int main()
103103
*/
104104
}
105105
```
106+
107+
108+
## Citation
109+
If you want to refer to TTM as part of a research paper, please cite the article [Design of a high-performance tensor–matrix multiplication with BLAS](https://doi.org/10.1016/j.jocs.2025.102568)
110+
111+
```
112+
@article{ttm:bassoy:2025,
113+
title = {Design of a high-performance tensor–matrix multiplication with BLAS},
114+
journal = {Journal of Computational Science},
115+
volume = {87},
116+
pages = {102568},
117+
year = {2025},
118+
issn = {1877-7503},
119+
doi = {https://doi.org/10.1016/j.jocs.2025.102568},
120+
url = {https://www.sciencedirect.com/science/article/pii/S1877750325000456},
121+
author = {Cem Savas Bassoy},
122+
}
123+
```

0 commit comments

Comments
 (0)