From 078cf8ede994db1cc1f29215bd25509e2abc4885 Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 13 Oct 2023 13:30:57 -0700 Subject: Add documentation on target intrinsics. (#3276) Co-authored-by: Yong He --- docs/user-guide/toc.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/user-guide/toc.html') diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html index a36925683..48a7780d6 100644 --- a/docs/user-guide/toc.html +++ b/docs/user-guide/toc.html @@ -105,7 +105,9 @@
  • Using Slang to Write PyTorch Kernels
    • Getting Started with slangpy
    • +
    • Specializing shaders using slangpy
    • Back-propagating Derivatives through Complex Access Patterns
    • +
    • Manually binding kernels
    • Builtin Library Support for PyTorch Interop
    • Type Marshalling Between Slang and Python
    @@ -120,6 +122,15 @@
  • Issues/Future Work
  • +
  • Interoperation with Target-Specific Code +
      +
    • Defining Intrinsic Functions for Textual Targets
    • +
    • Defining Intrinsic Types
    • +
    • Injecting Preludes
    • +
    • Managing Cross-Platform Code
    • +
    • Inline SPIRV Assembly
    • +
    +
  • -- cgit v1.2.3