Commit ·
efa86b3
1
Parent(s): 2f4659e
cutile and tilus
Browse files
PyTorchConference2025_GithubRepos.json
CHANGED
|
@@ -1321,5 +1321,17 @@
|
|
| 1321 |
"repo_name": "gemlite",
|
| 1322 |
"repo_link": "https://github.com/dropbox/gemlite",
|
| 1323 |
"github_about_section": "Fast low-bit matmul kernels in Triton"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1324 |
}
|
| 1325 |
]
|
|
|
|
| 1321 |
"repo_name": "gemlite",
|
| 1322 |
"repo_link": "https://github.com/dropbox/gemlite",
|
| 1323 |
"github_about_section": "Fast low-bit matmul kernels in Triton"
|
| 1324 |
+
},
|
| 1325 |
+
{
|
| 1326 |
+
"repo_name": "cutile-python",
|
| 1327 |
+
"repo_link": "https://github.com/NVIDIA/cutile-python",
|
| 1328 |
+
"github_about_section": "cuTile is a programming model for writing parallel kernels for NVIDIA GPUs",
|
| 1329 |
+
"homepage_link": "https://docs.nvidia.com/cuda/cutile-python"
|
| 1330 |
+
},
|
| 1331 |
+
{
|
| 1332 |
+
"repo_name": "tilus",
|
| 1333 |
+
"repo_link": "https://github.com/NVIDIA/tilus",
|
| 1334 |
+
"github_about_section": "Tilus is a tile-level kernel programming language with explicit control over shared memory and registers.",
|
| 1335 |
+
"homepage_link": "https://nvidia.github.io/tilus"
|
| 1336 |
}
|
| 1337 |
]
|