TylerHilbert commited on
Commit
c2af535
·
1 Parent(s): db600b1
PyTorchConference2025_GithubRepos.json CHANGED
@@ -105,7 +105,10 @@
105
  "repo_name": "nvcc4jupyter",
106
  "repo_link": "https://github.com/andreinechaev/nvcc4jupyter",
107
  "category": "compiler",
108
- "github_about_section": "A plugin for Jupyter Notebook to run CUDA C/C++ code"
 
 
 
109
  },
110
  {
111
  "repo_name": "CU2CL",
@@ -113,21 +116,23 @@
113
  "category": "CUDA / OpenCL",
114
  "github_about_section": "A prototype CUDA-to-OpenCL source-to-source translator, built on the Clang compiler framework",
115
  "homepage_link": "http://chrec.cs.vt.edu/cu2cl",
116
- "github_topic_closest_fit": "opencl"
117
  },
118
  {
119
  "repo_name": "cuda-python",
120
  "repo_link": "https://github.com/NVIDIA/cuda-python",
121
  "category": "CUDA / OpenCL",
122
  "github_about_section": "CUDA Python: Performance meets Productivity",
123
- "homepage_link": "https://nvidia.github.io/cuda-python"
 
124
  },
125
  {
126
  "repo_name": "OpenCL-SDK",
127
  "repo_link": "https://github.com/KhronosGroup/OpenCL-SDK",
128
  "category": "CUDA / OpenCL",
129
  "github_about_section": "OpenCL SDK",
130
- "github_topic_closest_fit": "opencl"
 
131
  },
132
  {
133
  "repo_name": "pocl",
@@ -135,21 +140,23 @@
135
  "category": "CUDA / OpenCL",
136
  "github_about_section": "pocl - Portable Computing Language",
137
  "homepage_link": "https://portablecl.org",
138
- "github_topic_closest_fit": "opencl"
139
  },
140
  {
141
  "repo_name": "SYCL-Docs",
142
  "repo_link": "https://github.com/KhronosGroup/SYCL-Docs",
143
  "category": "CUDA / OpenCL",
144
  "github_about_section": "SYCL Open Source Specification",
145
- "github_topic_closest_fit": "opencl"
 
146
  },
147
  {
148
  "repo_name": "triSYCL",
149
  "repo_link": "https://github.com/triSYCL/triSYCL",
150
  "category": "CUDA / OpenCL",
151
  "github_about_section": "Generic system-wide modern C++ for heterogeneous platforms with SYCL from Khronos Group",
152
- "github_topic_closest_fit": "opencl"
 
153
  },
154
  {
155
  "repo_name": "ZLUDA",
@@ -157,7 +164,7 @@
157
  "category": "CUDA / OpenCL",
158
  "github_about_section": "CUDA on non-NVIDIA GPUs",
159
  "homepage_link": "https://vosen.github.io/ZLUDA",
160
- "github_topic_closest_fit": "cuda"
161
  },
162
  {
163
  "repo_name": "llama.cpp",
@@ -460,13 +467,17 @@
460
  {
461
  "repo_name": "cudnn-frontend",
462
  "repo_link": "https://github.com/NVIDIA/cudnn-frontend",
463
- "github_about_section": "cudnn_frontend provides a c++ wrapper for the cudnn backend API and samples on how to use it"
 
 
 
464
  },
465
  {
466
  "repo_name": "cuJSON",
467
  "repo_link": "https://github.com/AutomataLab/cuJSON",
468
  "category": "library leveraging parallel compute",
469
  "github_about_section": "cuJSON: A Highly Parallel JSON Parser for GPUs",
 
470
  "github_topic_closest_fit": "json-parser"
471
  },
472
  {
@@ -496,6 +507,7 @@
496
  {
497
  "repo_name": "FTorch",
498
  "repo_link": "https://github.com/Cambridge-ICCS/FTorch",
 
499
  "github_about_section": "A library for directly calling PyTorch ML models from Fortran.",
500
  "homepage_link": "https://cambridge-iccs.github.io/FTorch",
501
  "github_topic_closest_fit": "machine-learning"
@@ -546,7 +558,9 @@
546
  {
547
  "repo_name": "lapack",
548
  "repo_link": "https://github.com/Reference-LAPACK/lapack",
549
- "github_about_section": "LAPACK development repository",
 
 
550
  "github_topic_closest_fit": "linear-algebra"
551
  },
552
  {
@@ -568,7 +582,9 @@
568
  {
569
  "repo_name": "lightning-thunder",
570
  "repo_link": "https://github.com/Lightning-AI/lightning-thunder",
571
- "github_about_section": "PyTorch compiler that accelerates training and inference. Get built-in optimizations for performance, memory, parallelism, and easily write your own."
 
 
572
  },
573
  {
574
  "repo_name": "LMCache",
 
105
  "repo_name": "nvcc4jupyter",
106
  "repo_link": "https://github.com/andreinechaev/nvcc4jupyter",
107
  "category": "compiler",
108
+ "github_about_section": "A plugin for Jupyter Notebook to run CUDA C/C++ code",
109
+ "homepage_link": "https://nvcc4jupyter.readthedocs.io",
110
+ "github_topic_closest_fit": "compiler"
111
+
112
  },
113
  {
114
  "repo_name": "CU2CL",
 
116
  "category": "CUDA / OpenCL",
117
  "github_about_section": "A prototype CUDA-to-OpenCL source-to-source translator, built on the Clang compiler framework",
118
  "homepage_link": "http://chrec.cs.vt.edu/cu2cl",
119
+ "github_topic_closest_fit": "parallel-programming"
120
  },
121
  {
122
  "repo_name": "cuda-python",
123
  "repo_link": "https://github.com/NVIDIA/cuda-python",
124
  "category": "CUDA / OpenCL",
125
  "github_about_section": "CUDA Python: Performance meets Productivity",
126
+ "homepage_link": "https://nvidia.github.io/cuda-python",
127
+ "github_topic_closest_fit": "parallel-programming"
128
  },
129
  {
130
  "repo_name": "OpenCL-SDK",
131
  "repo_link": "https://github.com/KhronosGroup/OpenCL-SDK",
132
  "category": "CUDA / OpenCL",
133
  "github_about_section": "OpenCL SDK",
134
+ "homepage_link": "https://khronos.org/opencl/",
135
+ "github_topic_closest_fit": "parallel-programming"
136
  },
137
  {
138
  "repo_name": "pocl",
 
140
  "category": "CUDA / OpenCL",
141
  "github_about_section": "pocl - Portable Computing Language",
142
  "homepage_link": "https://portablecl.org",
143
+ "github_topic_closest_fit": "parallel-programming"
144
  },
145
  {
146
  "repo_name": "SYCL-Docs",
147
  "repo_link": "https://github.com/KhronosGroup/SYCL-Docs",
148
  "category": "CUDA / OpenCL",
149
  "github_about_section": "SYCL Open Source Specification",
150
+ "homepage_link": "https://khronos.org/sycl",
151
+ "github_topic_closest_fit": "parallel-programming"
152
  },
153
  {
154
  "repo_name": "triSYCL",
155
  "repo_link": "https://github.com/triSYCL/triSYCL",
156
  "category": "CUDA / OpenCL",
157
  "github_about_section": "Generic system-wide modern C++ for heterogeneous platforms with SYCL from Khronos Group",
158
+ "homepage_link": "https://trisycl.github.io/triSYCL/Doxygen/triSYCL/html/index.html",
159
+ "github_topic_closest_fit": "parallel-programming"
160
  },
161
  {
162
  "repo_name": "ZLUDA",
 
164
  "category": "CUDA / OpenCL",
165
  "github_about_section": "CUDA on non-NVIDIA GPUs",
166
  "homepage_link": "https://vosen.github.io/ZLUDA",
167
+ "github_topic_closest_fit": "parallel-programming"
168
  },
169
  {
170
  "repo_name": "llama.cpp",
 
467
  {
468
  "repo_name": "cudnn-frontend",
469
  "repo_link": "https://github.com/NVIDIA/cudnn-frontend",
470
+ "category": "parallel computing",
471
+ "github_about_section": "cudnn_frontend provides a c++ wrapper for the cudnn backend API and samples on how to use it",
472
+ "homepage_link": "https://developer.nvidia.com/cudnn",
473
+ "github_topic_closest_fit": "parallel-programming"
474
  },
475
  {
476
  "repo_name": "cuJSON",
477
  "repo_link": "https://github.com/AutomataLab/cuJSON",
478
  "category": "library leveraging parallel compute",
479
  "github_about_section": "cuJSON: A Highly Parallel JSON Parser for GPUs",
480
+ "homepage_link": "https://dl.acm.org/doi/10.1145/3760250.3762222",
481
  "github_topic_closest_fit": "json-parser"
482
  },
483
  {
 
507
  {
508
  "repo_name": "FTorch",
509
  "repo_link": "https://github.com/Cambridge-ICCS/FTorch",
510
+ "category": "wrapper",
511
  "github_about_section": "A library for directly calling PyTorch ML models from Fortran.",
512
  "homepage_link": "https://cambridge-iccs.github.io/FTorch",
513
  "github_topic_closest_fit": "machine-learning"
 
558
  {
559
  "repo_name": "lapack",
560
  "repo_link": "https://github.com/Reference-LAPACK/lapack",
561
+ "category": "linear algebra",
562
+ "github_about_section": "LAPACK is a library of Fortran subroutines for solving the most commonly occurring problems in numerical linear algebra.",
563
+ "homepage_link": "https://netlib.org/lapack",
564
  "github_topic_closest_fit": "linear-algebra"
565
  },
566
  {
 
582
  {
583
  "repo_name": "lightning-thunder",
584
  "repo_link": "https://github.com/Lightning-AI/lightning-thunder",
585
+ "category": "model compiler",
586
+ "github_about_section": "PyTorch compiler that accelerates training and inference. Get built-in optimizations for performance, memory, parallelism, and easily write your own.",
587
+ "github_topic_closest_fit": "compiler"
588
  },
589
  {
590
  "repo_name": "LMCache",