diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2023-04-21 02:38:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 14:38:55 +0800 |
| commit | 744b995e479f3d5556726e6fa10b30ea484bc7d5 (patch) | |
| tree | bbdf4e45d29c7c9512f8af75a4897d6970e6c74d /docs/user-guide/a1-special-topics.md | |
| parent | deb130645e8538eed8fb9f682de64e2dd329473d (diff) | |
Initial obfuscation documentation. (#2819)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Initial discussion around obfuscation.
* Improve obfuscation documentation.
* Spelling fix
---------
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
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 33c863eec..91c458169 100644 --- a/docs/user-guide/a1-special-topics.md +++ b/docs/user-guide/a1-special-topics.md @@ -9,4 +9,5 @@ This chapter covers several additional topics on using Slang. These topics do no 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)
\ No newline at end of file +2. [Using Slang to write PyTorch kernels](a1-02-slangpy.md) +3. [Obfuscation](a1-03-obfuscation.md)
\ No newline at end of file |
