Commit
·
edac097
1
Parent(s):
e65f95c
Updated github_topic for benchmark & matrix-multiplication. Updated aiter
Browse files
PyTorchConference2025_GithubRepos.json
CHANGED
|
@@ -20,7 +20,8 @@
|
|
| 20 |
"repo_link": "https://github.com/flashinfer-ai/flashinfer-bench",
|
| 21 |
"category": "benchmark",
|
| 22 |
"github_about_section": "Building the Virtuous Cycle for AI-driven LLM Systems",
|
| 23 |
-
"homepage_link": "https://bench.flashinfer.ai"
|
|
|
|
| 24 |
},
|
| 25 |
{
|
| 26 |
"repo_name": "KernelBench",
|
|
@@ -43,34 +44,37 @@
|
|
| 43 |
"repo_link": "https://github.com/laude-institute/terminal-bench",
|
| 44 |
"category": "benchmark",
|
| 45 |
"github_about_section": "A benchmark for LLMs on complicated tasks in the terminal",
|
| 46 |
-
"homepage_link": "https://www.tbench.ai"
|
|
|
|
| 47 |
},
|
| 48 |
{
|
| 49 |
"repo_name": "TritonBench",
|
| 50 |
"repo_link": "https://github.com/thunlp/TritonBench",
|
| 51 |
"category": "benchmark",
|
| 52 |
-
"github_about_section": "TritonBench: Benchmarking Large Language Model Capabilities for Generating Triton Operators"
|
|
|
|
| 53 |
},
|
| 54 |
{
|
| 55 |
"repo_name": "BitBLAS",
|
| 56 |
"repo_link": "https://github.com/microsoft/BitBLAS",
|
| 57 |
-
"category": "BLAS",
|
| 58 |
-
"github_about_section": "BitBLAS is a library to support mixed-precision matrix multiplications, especially for quantized LLM deployment."
|
|
|
|
| 59 |
},
|
| 60 |
{
|
| 61 |
"repo_name": "hipBLAS",
|
| 62 |
"repo_link": "https://github.com/ROCm/hipBLAS",
|
| 63 |
-
"category": "BLAS",
|
| 64 |
"github_about_section": "[DEPRECATED] Moved to ROCm/rocm-libraries repo",
|
| 65 |
-
"
|
| 66 |
-
"github_topic_closest_fit": "hip"
|
| 67 |
},
|
| 68 |
{
|
| 69 |
"repo_name": "hipBLASLt",
|
| 70 |
"repo_link": "https://github.com/AMD-AGI/hipBLASLt",
|
| 71 |
-
"category": "BLAS",
|
| 72 |
"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",
|
| 73 |
-
"homepage_link": "https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html"
|
|
|
|
| 74 |
},
|
| 75 |
{
|
| 76 |
"repo_name": "AdaptiveCpp",
|
|
@@ -387,7 +391,7 @@
|
|
| 387 |
{
|
| 388 |
"repo_name": "jupyterlab",
|
| 389 |
"repo_link": "https://github.com/jupyterlab/jupyterlab",
|
| 390 |
-
"category": "
|
| 391 |
"github_about_section": "JupyterLab computational environment.",
|
| 392 |
"homepage_link": "https://jupyterlab.readthedocs.io/",
|
| 393 |
"github_topic_closest_fit": "jupyter"
|
|
@@ -411,7 +415,10 @@
|
|
| 411 |
{
|
| 412 |
"repo_name": "aiter",
|
| 413 |
"repo_link": "https://github.com/ROCm/aiter",
|
| 414 |
-
"
|
|
|
|
|
|
|
|
|
|
| 415 |
},
|
| 416 |
{
|
| 417 |
"repo_name": "ao",
|
|
|
|
| 20 |
"repo_link": "https://github.com/flashinfer-ai/flashinfer-bench",
|
| 21 |
"category": "benchmark",
|
| 22 |
"github_about_section": "Building the Virtuous Cycle for AI-driven LLM Systems",
|
| 23 |
+
"homepage_link": "https://bench.flashinfer.ai",
|
| 24 |
+
"github_topic_closest_fit": "benchmark"
|
| 25 |
},
|
| 26 |
{
|
| 27 |
"repo_name": "KernelBench",
|
|
|
|
| 44 |
"repo_link": "https://github.com/laude-institute/terminal-bench",
|
| 45 |
"category": "benchmark",
|
| 46 |
"github_about_section": "A benchmark for LLMs on complicated tasks in the terminal",
|
| 47 |
+
"homepage_link": "https://www.tbench.ai",
|
| 48 |
+
"github_topic_closest_fit": "benchmark"
|
| 49 |
},
|
| 50 |
{
|
| 51 |
"repo_name": "TritonBench",
|
| 52 |
"repo_link": "https://github.com/thunlp/TritonBench",
|
| 53 |
"category": "benchmark",
|
| 54 |
+
"github_about_section": "TritonBench: Benchmarking Large Language Model Capabilities for Generating Triton Operators",
|
| 55 |
+
"github_topic_closest_fit": "benchmark"
|
| 56 |
},
|
| 57 |
{
|
| 58 |
"repo_name": "BitBLAS",
|
| 59 |
"repo_link": "https://github.com/microsoft/BitBLAS",
|
| 60 |
+
"category": "Basic Linear Algebra Subprograms (BLAS)",
|
| 61 |
+
"github_about_section": "BitBLAS is a library to support mixed-precision matrix multiplications, especially for quantized LLM deployment.",
|
| 62 |
+
"github_topic_closest_fit": "matrix-multiplication"
|
| 63 |
},
|
| 64 |
{
|
| 65 |
"repo_name": "hipBLAS",
|
| 66 |
"repo_link": "https://github.com/ROCm/hipBLAS",
|
| 67 |
+
"category": "Basic Linear Algebra Subprograms (BLAS)",
|
| 68 |
"github_about_section": "[DEPRECATED] Moved to ROCm/rocm-libraries repo",
|
| 69 |
+
"github_topic_closest_fit": "matrix-multiplication"
|
|
|
|
| 70 |
},
|
| 71 |
{
|
| 72 |
"repo_name": "hipBLASLt",
|
| 73 |
"repo_link": "https://github.com/AMD-AGI/hipBLASLt",
|
| 74 |
+
"category": "Basic Linear Algebra Subprograms (BLAS)",
|
| 75 |
"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",
|
| 76 |
+
"homepage_link": "https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html",
|
| 77 |
+
"github_topic_closest_fit": "matrix-multiplication"
|
| 78 |
},
|
| 79 |
{
|
| 80 |
"repo_name": "AdaptiveCpp",
|
|
|
|
| 391 |
{
|
| 392 |
"repo_name": "jupyterlab",
|
| 393 |
"repo_link": "https://github.com/jupyterlab/jupyterlab",
|
| 394 |
+
"category": "user interface",
|
| 395 |
"github_about_section": "JupyterLab computational environment.",
|
| 396 |
"homepage_link": "https://jupyterlab.readthedocs.io/",
|
| 397 |
"github_topic_closest_fit": "jupyter"
|
|
|
|
| 415 |
{
|
| 416 |
"repo_name": "aiter",
|
| 417 |
"repo_link": "https://github.com/ROCm/aiter",
|
| 418 |
+
"category": "ai tensor engine",
|
| 419 |
+
"github_about_section": "AI Tensor Engine for ROCm",
|
| 420 |
+
"homepage_link": "https://rocm.blogs.amd.com/software-tools-optimization/aiter-ai-tensor-engine/README.html",
|
| 421 |
+
"github_topic_closest_fit": "gpu-acceleration"
|
| 422 |
},
|
| 423 |
{
|
| 424 |
"repo_name": "ao",
|