diff options
| author | Yong He <yonghe@outlook.com> | 2024-03-08 16:33:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-08 16:33:04 -0800 |
| commit | 21502874666c282a3c5fa1f802deff27fab4e93b (patch) | |
| tree | 7fdfb184872f77c6aaaa3c738b651cd908e97b54 /docs/user-guide/a1-special-topics.md | |
| parent | bc3dc0e82d52faa45ffe73448e86208f137b8536 (diff) | |
Add documentation for uniformity analysis. (#3721)
Diffstat (limited to 'docs/user-guide/a1-special-topics.md')
| -rw-r--r-- | docs/user-guide/a1-special-topics.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/user-guide/a1-special-topics.md b/docs/user-guide/a1-special-topics.md index 86cf59ede..ef218b8fa 100644 --- a/docs/user-guide/a1-special-topics.md +++ b/docs/user-guide/a1-special-topics.md @@ -11,4 +11,5 @@ In this chapter: 1. [Handling matrix layout differences on different platforms](a1-01-matrix-layout.md) 2. [Using Slang to write PyTorch kernels](a1-02-slangpy.md) 3. [Obfuscation](a1-03-obfuscation.md) -4. [Interoperation with target-specific code](a1-04-interop.md)
\ No newline at end of file +4. [Interoperation with target-specific code](a1-04-interop.md) +5. [Uniformity Analysis](a1-05-uniformity.md)
\ No newline at end of file |
