From 744b995e479f3d5556726e6fa10b30ea484bc7d5 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Fri, 21 Apr 2023 02:38:55 -0400 Subject: 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 --- docs/user-guide/a1-special-topics.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/user-guide/a1-special-topics.md') 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 -- cgit v1.2.3