Commit
·
ed226d4
1
Parent(s):
17a45a5
BLAS category
Browse files
PyTorchConference2025_GithubRepos.json
CHANGED
|
@@ -57,6 +57,7 @@
|
|
| 57 |
{
|
| 58 |
"repo_name": "BitBLAS",
|
| 59 |
"repo_link": "https://github.com/microsoft/BitBLAS",
|
|
|
|
| 60 |
"github_about_section": "BitBLAS is a library to support mixed-precision matrix multiplications, especially for quantized LLM deployment."
|
| 61 |
},
|
| 62 |
{
|
|
@@ -623,6 +624,7 @@
|
|
| 623 |
{
|
| 624 |
"repo_link": "https://github.com/AMD-AGI/hipBLASLt",
|
| 625 |
"repo_name": "hipBLASLt",
|
|
|
|
| 626 |
"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",
|
| 627 |
"homepage_link": "https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html"
|
| 628 |
},
|
|
@@ -805,6 +807,7 @@
|
|
| 805 |
{
|
| 806 |
"repo_link": "https://github.com/ROCm/hipBLAS",
|
| 807 |
"repo_name": "hipBLAS",
|
|
|
|
| 808 |
"github_about_section": "[DEPRECATED] Moved to ROCm/rocm-libraries repo",
|
| 809 |
"homepage_link": "https://github.com/ROCm/rocm-libraries",
|
| 810 |
"github_topic_closest_fit": "hip"
|
|
|
|
| 57 |
{
|
| 58 |
"repo_name": "BitBLAS",
|
| 59 |
"repo_link": "https://github.com/microsoft/BitBLAS",
|
| 60 |
+
"category": "blas",
|
| 61 |
"github_about_section": "BitBLAS is a library to support mixed-precision matrix multiplications, especially for quantized LLM deployment."
|
| 62 |
},
|
| 63 |
{
|
|
|
|
| 624 |
{
|
| 625 |
"repo_link": "https://github.com/AMD-AGI/hipBLASLt",
|
| 626 |
"repo_name": "hipBLASLt",
|
| 627 |
+
"category": "blas",
|
| 628 |
"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",
|
| 629 |
"homepage_link": "https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html"
|
| 630 |
},
|
|
|
|
| 807 |
{
|
| 808 |
"repo_link": "https://github.com/ROCm/hipBLAS",
|
| 809 |
"repo_name": "hipBLAS",
|
| 810 |
+
"category": "blas",
|
| 811 |
"github_about_section": "[DEPRECATED] Moved to ROCm/rocm-libraries repo",
|
| 812 |
"homepage_link": "https://github.com/ROCm/rocm-libraries",
|
| 813 |
"github_topic_closest_fit": "hip"
|