Unverified Commit a77ca6b9 authored by Chao Liu's avatar Chao Liu Committed by GitHub
Browse files

Update README.md

parent ef8d3e5c
...@@ -9,8 +9,8 @@ CK utilizes two concepts to achieve performance portabilatity and code maintainb ...@@ -9,8 +9,8 @@ CK utilizes two concepts to achieve performance portabilatity and code maintainb
![ALT](/doc/image/ck_component.png "CK Components") ![ALT](/doc/image/ck_component.png "CK Components")
## CK Structure ## Code Structure
Current CK library are structure into 4 layers: Current CK library are structured into 4 layers:
* "Templated Tile Operators" * "Templated Tile Operators"
* "Templated Kernel and Invoker" layer * "Templated Kernel and Invoker" layer
* "Instantiated Kernel and Invoker" layer * "Instantiated Kernel and Invoker" layer
...@@ -22,7 +22,9 @@ Current CK library are structure into 4 layers: ...@@ -22,7 +22,9 @@ Current CK library are structure into 4 layers:
The list of developers and contributors is here: [Contributors](/CONTRIBUTORS.md) The list of developers and contributors is here: [Contributors](/CONTRIBUTORS.md)
## Citation ## Citation
CK paper will be freely available on arXiv soon: [Realizing Tensor Operators Using Coordinate Transformations and Tile Based Programming](???) If you use CK, please use following citations:
* CK paper will be freely available on arXiv soon: [Realizing Tensor Operators Using Coordinate Transformations and Tile Based Programming](???)
* [CITATION.cff](/CITATION.cff)
## License ## License
CK is released under the MIT license. [License File](/LICENSE) CK is released under the MIT license. [License File](/LICENSE)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment