TylerHilbert commited on
Commit
07a471c
·
1 Parent(s): 5f2d42b

numba and AdaptiveCpp

Browse files
PyTorchConference2025_GithubRepos.json CHANGED
@@ -714,6 +714,7 @@
714
  {
715
  "repo_name": "numba",
716
  "repo_link": "https://github.com/numba/numba",
 
717
  "github_about_section": "NumPy aware dynamic Python compiler using LLVM",
718
  "homepage_link": "https://numba.pydata.org",
719
  "contributors_all": 430,
@@ -736,6 +737,7 @@
736
  {
737
  "repo_name": "AdaptiveCpp",
738
  "repo_link": "https://github.com/AdaptiveCpp/AdaptiveCpp",
 
739
  "github_about_section": "Compiler for multiple programming models (SYCL, C++ standard parallelism, HIP/CUDA) for CPUs and GPUs from all vendors: The independent, community-driven compiler for C++-based heterogeneous programming models. Lets applications adapt themselves to all the hardware in the system - even at runtime!",
740
  "homepage_link": "https://adaptivecpp.github.io",
741
  "contributors_all": 93,
 
714
  {
715
  "repo_name": "numba",
716
  "repo_link": "https://github.com/numba/numba",
717
+ "category": "compiler",
718
  "github_about_section": "NumPy aware dynamic Python compiler using LLVM",
719
  "homepage_link": "https://numba.pydata.org",
720
  "contributors_all": 430,
 
737
  {
738
  "repo_name": "AdaptiveCpp",
739
  "repo_link": "https://github.com/AdaptiveCpp/AdaptiveCpp",
740
+ "category": "compiler",
741
  "github_about_section": "Compiler for multiple programming models (SYCL, C++ standard parallelism, HIP/CUDA) for CPUs and GPUs from all vendors: The independent, community-driven compiler for C++-based heterogeneous programming models. Lets applications adapt themselves to all the hardware in the system - even at runtime!",
742
  "homepage_link": "https://adaptivecpp.github.io",
743
  "contributors_all": 93,