TylerHilbert commited on
Commit
49408dd
·
1 Parent(s): f036615

https://www.youtube.com/watch?v=5vfcTjosGLg&list=PL_lsbAsL_o2BUUxo6coMBFwQE31U4Eb2q&index=12

Browse files
PyTorchConference2025_GithubRepos.json CHANGED
@@ -133,7 +133,7 @@
133
  "homepage_link": "https://ollama.com"
134
  },
135
  {
136
- "repo_name": "triton",
137
  "repo_link": "https://github.com/triton-lang/triton",
138
  "category": "parallel computing dsl",
139
  "github_about_section": "Development repository for the Triton language and compiler",
@@ -250,11 +250,11 @@
250
  "homepage_link": "https://www.kubeflow.org/docs/components/trainer/"
251
  },
252
  {
253
- "repo_name": "cutlass",
254
  "repo_link": "https://github.com/NVIDIA/cutlass",
255
  "category": "parallel computing",
256
  "github_about_section": "CUDA Templates and Python DSLs for High-Performance Linear Algebra",
257
- "homepage_link": "https://docs.nvidia.com/cutlass/index.html"
258
  },
259
  {
260
  "repo_name": "aiter",
@@ -453,7 +453,7 @@
453
  "repo_link": "https://github.com/NVIDIA/nccl",
454
  "category": "distributed computing",
455
  "github_about_section": "Optimized primitives for collective multi-GPU communication",
456
- "homepage_link": "https://docs.nvidia.com/deeplearning/nccl/user-guide/docs/index.html"
457
  },
458
  {
459
  "repo_name": "SkyRL",
@@ -476,7 +476,7 @@
476
  "github_about_section": "PyTorch compiler that accelerates training and inference. Get built-in optimizations for performance, memory, parallelism, and easily write your own."
477
  },
478
  {
479
- "repo_name": "helion",
480
  "repo_link": "https://github.com/pytorch/helion",
481
  "category": "parallel computing dsl",
482
  "github_about_section": "A Python-embedded DSL that makes it easy to write fast, scalable ML kernels with minimal boilerplate.",
@@ -695,11 +695,11 @@
695
  "homepage_link": "https://scalingintelligence.stanford.edu/blogs/kernelbench"
696
  },
697
  {
698
- "repo_name": "nvshmem",
699
  "repo_link": "https://github.com/NVIDIA/nvshmem",
700
  "category": "distributed computing",
701
- "github_about_section": "NVIDIA NVSHMEM is a parallel programming interface for NVIDIA GPUs based on OpenSHMEM. NVSHMEM can significantly reduce multi-process communication and coordination overheads by allowing programmers to perform one-sided communication from within CUDA kernels and on CUDA streams.",
702
- "homepage_link": "https://docs.nvidia.com/nvshmem/api/index.html"
703
  },
704
  {
705
  "repo_name": "flashinfer-bench",
 
133
  "homepage_link": "https://ollama.com"
134
  },
135
  {
136
+ "repo_name": "Triton",
137
  "repo_link": "https://github.com/triton-lang/triton",
138
  "category": "parallel computing dsl",
139
  "github_about_section": "Development repository for the Triton language and compiler",
 
250
  "homepage_link": "https://www.kubeflow.org/docs/components/trainer/"
251
  },
252
  {
253
+ "repo_name": "CUTLASS",
254
  "repo_link": "https://github.com/NVIDIA/cutlass",
255
  "category": "parallel computing",
256
  "github_about_section": "CUDA Templates and Python DSLs for High-Performance Linear Algebra",
257
+ "homepage_link": "https://docs.nvidia.com/cutlass/latest/"
258
  },
259
  {
260
  "repo_name": "aiter",
 
453
  "repo_link": "https://github.com/NVIDIA/nccl",
454
  "category": "distributed computing",
455
  "github_about_section": "Optimized primitives for collective multi-GPU communication",
456
+ "homepage_link": "https://developer.nvidia.com/nccl"
457
  },
458
  {
459
  "repo_name": "SkyRL",
 
476
  "github_about_section": "PyTorch compiler that accelerates training and inference. Get built-in optimizations for performance, memory, parallelism, and easily write your own."
477
  },
478
  {
479
+ "repo_name": "Helion",
480
  "repo_link": "https://github.com/pytorch/helion",
481
  "category": "parallel computing dsl",
482
  "github_about_section": "A Python-embedded DSL that makes it easy to write fast, scalable ML kernels with minimal boilerplate.",
 
695
  "homepage_link": "https://scalingintelligence.stanford.edu/blogs/kernelbench"
696
  },
697
  {
698
+ "repo_name": "NVSHMEM",
699
  "repo_link": "https://github.com/NVIDIA/nvshmem",
700
  "category": "distributed computing",
701
+ "github_about_section": "GPU-initiated communication for scalable NVIDIA GPU clusters.",
702
+ "homepage_link": "https://developer.nvidia.com/nvshmem"
703
  },
704
  {
705
  "repo_name": "flashinfer-bench",