From a61f089fbc4b944d058e6417d8a0d22d57ca5c92 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 28 Mar 2023 15:19:03 -0700 Subject: Add slangpy doc, fix cuda prelude. (#2748) * Add slangpy doc, fix cuda prelude. * more bug fix. * fix. * fix. * More fix. * fix. * f * fix prelude. * update prelude. * update doc * Update prelude. * add zeros_like * update doc. --------- Co-authored-by: Yong He --- docs/user-guide/toc.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/user-guide/toc.html') diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html index 08f55ec0a..139d895fa 100644 --- a/docs/user-guide/toc.html +++ b/docs/user-guide/toc.html @@ -102,6 +102,13 @@
  • Overriding default matrix layout
  • +
  • Using Slang to Write PyTorch Kernels +
      +
    • Writing a simple kernel function as a Slang module
    • +
    • Calling Slang module from Python
    • +
    • Exposing an automatically differentiated kernel to PyTorch
    • +
    +
  • -- cgit v1.2.3