TylerHilbert commited on
Commit
48f578c
·
1 Parent(s): ed226d4

BLAS, compiler, profiling and scientific computing categories + TensorRT

Browse files
PyTorchConference2025_GithubRepos.json CHANGED
@@ -57,7 +57,7 @@
57
  {
58
  "repo_name": "BitBLAS",
59
  "repo_link": "https://github.com/microsoft/BitBLAS",
60
- "category": "blas",
61
  "github_about_section": "BitBLAS is a library to support mixed-precision matrix multiplications, especially for quantized LLM deployment."
62
  },
63
  {
@@ -100,6 +100,14 @@
100
  "homepage_link": "https://docs.sglang.ai",
101
  "github_topic_closest_fit": "inference"
102
  },
 
 
 
 
 
 
 
 
103
  {
104
  "repo_name": "onnx",
105
  "repo_link": "https://github.com/onnx/onnx",
@@ -124,25 +132,44 @@
124
  "github_topic_closest_fit": "machine-learning"
125
  },
126
  {
127
- "repo_link": "https://github.com/jax-ml/jax",
128
  "repo_name": "jax",
 
 
129
  "github_about_section": "Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more",
130
  "homepage_link": "https://docs.jax.dev",
131
- "github_topic_closest_fit": "jax"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  },
133
  {
134
- "repo_link": "https://github.com/llvm/llvm-project",
135
  "repo_name": "llvm-project",
 
 
136
  "github_about_section": "The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.",
137
  "homepage_link": "http://llvm.org",
138
- "category": "compiler"
139
- },
140
- {
141
- "repo_link": "https://github.com/NVIDIA/TensorRT",
142
- "repo_name": "TensorRT",
143
- "github_about_section": "NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.",
144
- "homepage_link": "https://developer.nvidia.com/tensorrt",
145
- "github_topic_closest_fit": "inference"
146
  },
147
  {
148
  "repo_link": "https://github.com/pytorch/ao",
@@ -190,10 +217,35 @@
190
  "category": "kernels"
191
  },
192
  {
193
- "repo_link": "https://github.com/AMDResearch/intelliperf",
194
  "repo_name": "intelliperf",
 
 
 
195
  "github_about_section": "Automated bottleneck detection and solution orchestration",
196
- "github_topic_closest_fit": "performance"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  },
198
  {
199
  "repo_link": "https://github.com/letta-ai/letta",
@@ -326,17 +378,10 @@
326
  {
327
  "repo_link": "https://github.com/ROCm/ROCm",
328
  "repo_name": "ROCm",
329
- "github_about_section": "AMD ROCm Software - GitHub Home",
330
  "homepage_link": "https://rocm.docs.amd.com",
331
  "github_topic_closest_fit": "documentation"
332
  },
333
- {
334
- "repo_link": "https://github.com/ROCm/omnitrace",
335
- "repo_name": "omnitrace",
336
- "github_about_section": "Omnitrace: Application Profiling, Tracing, and Analysis",
337
- "homepage_link": "https://rocm.docs.amd.com/projects/omnitrace/en/docs-6.2.4/",
338
- "github_topic_closest_fit": "performance-analysis"
339
- },
340
  {
341
  "repo_name": "ZLUDA",
342
  "repo_link": "https://github.com/vosen/ZLUDA",
@@ -361,20 +406,6 @@
361
  "homepage_link": "https://portablecl.org",
362
  "github_topic_closest_fit": "opencl"
363
  },
364
- {
365
- "repo_link": "https://github.com/cwpearson/cupti",
366
- "repo_name": "cupti",
367
- "github_about_section": "Profile how CUDA applications create and modify data in memory.",
368
- "category": "profiler"
369
- },
370
- {
371
- "repo_link": "https://github.com/LLNL/hatchet",
372
- "repo_name": "hatchet",
373
- "github_about_section": "Graph-indexed Pandas DataFrames for analyzing hierarchical performance data",
374
- "homepage_link": "https://llnl-hatchet.readthedocs.io",
375
- "github_topic_closest_fit": "performance",
376
- "category": "profiler"
377
- },
378
  {
379
  "repo_link": "https://github.com/toyaix/triton-runner",
380
  "repo_name": "triton-runner",
@@ -395,29 +426,6 @@
395
  "homepage_link": "https://meta-pytorch.org/tritonparse/",
396
  "github_topic_closest_fit": "triton"
397
  },
398
- {
399
- "repo_link": "https://github.com/numpy/numpy",
400
- "repo_name": "numpy",
401
- "github_about_section": "The fundamental package for scientific computing with Python.",
402
- "homepage_link": "https://numpy.org",
403
- "github_topic_closest_fit": "python",
404
- "category": "python library"
405
- },
406
- {
407
- "repo_link": "https://github.com/scipy/scipy",
408
- "repo_name": "scipy",
409
- "github_about_section": "SciPy library main repository",
410
- "homepage_link": "https://scipy.org",
411
- "github_topic_closest_fit": "python",
412
- "category": "python library"
413
- },
414
- {
415
- "repo_link": "https://github.com/numba/numba",
416
- "repo_name": "numba",
417
- "github_about_section": "NumPy aware dynamic Python compiler using LLVM",
418
- "homepage_link": "https://numba.pydata.org/",
419
- "github_topic_closest_fit": "compiler"
420
- },
421
  {
422
  "repo_link": "https://github.com/Lightning-AI/lightning-thunder",
423
  "repo_name": "lightning-thunder",
@@ -624,7 +632,7 @@
624
  {
625
  "repo_link": "https://github.com/AMD-AGI/hipBLASLt",
626
  "repo_name": "hipBLASLt",
627
- "category": "blas",
628
  "github_about_section": "hipBLASLt is a library that provides general matrix-matrix operations with a flexible API and extends functionalities beyond a traditional BLAS library",
629
  "homepage_link": "https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html"
630
  },
@@ -807,7 +815,7 @@
807
  {
808
  "repo_link": "https://github.com/ROCm/hipBLAS",
809
  "repo_name": "hipBLAS",
810
- "category": "blas",
811
  "github_about_section": "[DEPRECATED] Moved to ROCm/rocm-libraries repo",
812
  "homepage_link": "https://github.com/ROCm/rocm-libraries",
813
  "github_topic_closest_fit": "hip"
 
57
  {
58
  "repo_name": "BitBLAS",
59
  "repo_link": "https://github.com/microsoft/BitBLAS",
60
+ "category": "BLAS",
61
  "github_about_section": "BitBLAS is a library to support mixed-precision matrix multiplications, especially for quantized LLM deployment."
62
  },
63
  {
 
100
  "homepage_link": "https://docs.sglang.ai",
101
  "github_topic_closest_fit": "inference"
102
  },
103
+ {
104
+ "repo_name": "TensorRT",
105
+ "repo_link": "https://github.com/NVIDIA/TensorRT",
106
+ "category": "inference engine",
107
+ "github_about_section": "NVIDIA TensorRT is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.",
108
+ "homepage_link": "https://developer.nvidia.com/tensorrt",
109
+ "github_topic_closest_fit": "inference"
110
+ },
111
  {
112
  "repo_name": "onnx",
113
  "repo_link": "https://github.com/onnx/onnx",
 
132
  "github_topic_closest_fit": "machine-learning"
133
  },
134
  {
 
135
  "repo_name": "jax",
136
+ "repo_link": "https://github.com/jax-ml/jax",
137
+ "category": "scientific computing",
138
  "github_about_section": "Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more",
139
  "homepage_link": "https://docs.jax.dev",
140
+ "github_topic_closest_fit": "scientific-computing"
141
+ },
142
+ {
143
+ "repo_name": "numpy",
144
+ "repo_link": "https://github.com/numpy/numpy",
145
+ "category": "scientific computing",
146
+ "github_about_section": "The fundamental package for scientific computing with Python.",
147
+ "homepage_link": "https://numpy.org",
148
+ "github_topic_closest_fit": "scientific-computing"
149
+ },
150
+ {
151
+ "repo_name": "scipy",
152
+ "repo_link": "https://github.com/scipy/scipy",
153
+ "category": "scientific computing",
154
+ "github_about_section": "SciPy library main repository",
155
+ "homepage_link": "https://scipy.org",
156
+ "github_topic_closest_fit": "scientific-computing"
157
+ },
158
+ {
159
+ "repo_name": "numba",
160
+ "repo_link": "https://github.com/numba/numba",
161
+ "category": "compiler",
162
+ "github_about_section": "NumPy aware dynamic Python compiler using LLVM",
163
+ "homepage_link": "https://numba.pydata.org",
164
+ "github_topic_closest_fit": "compiler"
165
  },
166
  {
 
167
  "repo_name": "llvm-project",
168
+ "repo_link": "https://github.com/llvm/llvm-project",
169
+ "category": "compiler",
170
  "github_about_section": "The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.",
171
  "homepage_link": "http://llvm.org",
172
+ "github_topic_closest_fit": "compiler"
 
 
 
 
 
 
 
173
  },
174
  {
175
  "repo_link": "https://github.com/pytorch/ao",
 
217
  "category": "kernels"
218
  },
219
  {
 
220
  "repo_name": "intelliperf",
221
+ "repo_link": "https://github.com/AMDResearch/intelliperf",
222
+ "category": "performance",
223
+ "homepage_link": "https://arxiv.org/html/2508.20258v1",
224
  "github_about_section": "Automated bottleneck detection and solution orchestration",
225
+ "github_topic_closest_fit": "profiling"
226
+ },
227
+ {
228
+ "repo_name": "omnitrace",
229
+ "repo_link": "https://github.com/ROCm/omnitrace",
230
+ "category": "performance testing",
231
+ "github_about_section": "Omnitrace: Application Profiling, Tracing, and Analysis",
232
+ "homepage_link": "https://rocm.docs.amd.com/projects/omnitrace/en/docs-6.2.4",
233
+ "github_topic_closest_fit": "profiling"
234
+ },
235
+ {
236
+ "repo_name": "hatchet",
237
+ "repo_link": "https://github.com/LLNL/hatchet",
238
+ "category": "performance",
239
+ "github_about_section": "Graph-indexed Pandas DataFrames for analyzing hierarchical performance data",
240
+ "homepage_link": "https://llnl-hatchet.readthedocs.io",
241
+ "github_topic_closest_fit": "profiling"
242
+ },
243
+ {
244
+ "repo_name": "cupti",
245
+ "repo_link": "https://github.com/cwpearson/cupti",
246
+ "category": "performance",
247
+ "github_about_section": "Profile how CUDA applications create and modify data in memory.",
248
+ "github_topic_closest_fit": "profiling"
249
  },
250
  {
251
  "repo_link": "https://github.com/letta-ai/letta",
 
378
  {
379
  "repo_link": "https://github.com/ROCm/ROCm",
380
  "repo_name": "ROCm",
381
+ "github_about_section": "AMD ROCm Software - GitHub Home",
382
  "homepage_link": "https://rocm.docs.amd.com",
383
  "github_topic_closest_fit": "documentation"
384
  },
 
 
 
 
 
 
 
385
  {
386
  "repo_name": "ZLUDA",
387
  "repo_link": "https://github.com/vosen/ZLUDA",
 
406
  "homepage_link": "https://portablecl.org",
407
  "github_topic_closest_fit": "opencl"
408
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
409
  {
410
  "repo_link": "https://github.com/toyaix/triton-runner",
411
  "repo_name": "triton-runner",
 
426
  "homepage_link": "https://meta-pytorch.org/tritonparse/",
427
  "github_topic_closest_fit": "triton"
428
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
429
  {
430
  "repo_link": "https://github.com/Lightning-AI/lightning-thunder",
431
  "repo_name": "lightning-thunder",
 
632
  {
633
  "repo_link": "https://github.com/AMD-AGI/hipBLASLt",
634
  "repo_name": "hipBLASLt",
635
+ "category": "BLAS",
636
  "github_about_section": "hipBLASLt is a library that provides general matrix-matrix operations with a flexible API and extends functionalities beyond a traditional BLAS library",
637
  "homepage_link": "https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html"
638
  },
 
815
  {
816
  "repo_link": "https://github.com/ROCm/hipBLAS",
817
  "repo_name": "hipBLAS",
818
+ "category": "BLAS",
819
  "github_about_section": "[DEPRECATED] Moved to ROCm/rocm-libraries repo",
820
  "homepage_link": "https://github.com/ROCm/rocm-libraries",
821
  "github_topic_closest_fit": "hip"