TylerHilbert commited on
Commit
90a45f7
·
1 Parent(s): d75704b

nvcc4jupyter and CU2CL

Browse files
PyTorchConference2025_GithubRepos.json CHANGED
@@ -1252,6 +1252,7 @@
1252
  },
1253
  {
1254
  "repo_name": "nvcc4jupyter",
 
1255
  "repo_link": "https://github.com/andreinechaev/nvcc4jupyter",
1256
  "github_about_section": "A plugin for Jupyter Notebook to run CUDA C/C++ code",
1257
  "homepage_link": "https://nvcc4jupyter.readthedocs.io",
@@ -1263,6 +1264,7 @@
1263
  {
1264
  "repo_name": "CU2CL",
1265
  "repo_link": "https://github.com/vtsynergy/CU2CL",
 
1266
  "github_about_section": "A prototype CUDA-to-OpenCL source-to-source translator, built on the Clang compiler framework",
1267
  "homepage_link": "http://chrec.cs.vt.edu/cu2cl",
1268
  "github_topic_closest_fit": "parallel-programming",
 
1252
  },
1253
  {
1254
  "repo_name": "nvcc4jupyter",
1255
+ "category": "middleware",
1256
  "repo_link": "https://github.com/andreinechaev/nvcc4jupyter",
1257
  "github_about_section": "A plugin for Jupyter Notebook to run CUDA C/C++ code",
1258
  "homepage_link": "https://nvcc4jupyter.readthedocs.io",
 
1264
  {
1265
  "repo_name": "CU2CL",
1266
  "repo_link": "https://github.com/vtsynergy/CU2CL",
1267
+ "category": "source-to-source translator",
1268
  "github_about_section": "A prototype CUDA-to-OpenCL source-to-source translator, built on the Clang compiler framework",
1269
  "homepage_link": "http://chrec.cs.vt.edu/cu2cl",
1270
  "github_topic_closest_fit": "parallel-programming",