yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
2b8152110
master
layout: user-guide
Special Topics
This chapter covers several additional topics on using Slang. These topics do not belong to any categories covered in previous chapters, but they address specific issues that developers may frequently encounter.
In this chapter:
<!-- RTD-TOC-START ```{toctree} :titlesonly: :hidden: Handling Matrix Layout Differences on Different Platforms <a1-01-matrix-layout> Using Slang to Write PyTorch Kernels <../deprecated/a1-02-slangpy> Obfuscation <a1-03-obfuscation> Interoperation with Target-Specific Code <a1-04-interop> Uniformity Analysis <a1-05-uniformity> ``` RTD-TOC-END -->1--- 2layout : user-guide 3--- 4 5Special Topics 6============================ 7 8This chapter covers several additional topics on using Slang. These topics do not belong to any categories covered in previous chapters, but they address specific issues that developers may frequently encounter. 9 10In this chapter: 111. [Handling matrix layout differences on different platforms](a1-01-matrix-layout.md) 122. [Using Slang to write PyTorch kernels](../deprecated/a1-02-slangpy.md) 133. [Obfuscation](a1-03-obfuscation.md) 144. [Interoperation with target-specific code](a1-04-interop.md) 155. [Uniformity Analysis](a1-05-uniformity.md) 16 17<!-- RTD-TOC-START 18```{toctree} 19:titlesonly: 20:hidden: 21 22Handling Matrix Layout Differences on Different Platforms <a1-01-matrix-layout> 23Using Slang to Write PyTorch Kernels <../deprecated/a1-02-slangpy> 24Obfuscation <a1-03-obfuscation> 25Interoperation with Target-Specific Code <a1-04-interop> 26Uniformity Analysis <a1-05-uniformity> 27``` 28RTD-TOC-END -->