blob: 0e4edd23a3060c3eef41b259d0995cc7e2773b0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
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:
1. [Handling matrix layout differences on different platforms](a1-01-matrix-layout.md)
2. [Using Slang to write PyTorch kernels](../deprecated/a1-02-slangpy.md)
3. [Obfuscation](a1-03-obfuscation.md)
4. [Interoperation with target-specific code](a1-04-interop.md)
5. [Uniformity Analysis](a1-05-uniformity.md)
<!-- 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 -->
|