Commit ·
5d68ee4
1
Parent(s): c5c924d
nccl, RaBitQ, and triSYCL
Browse files
PyTorchConference2025_GithubRepos.json
CHANGED
|
@@ -1104,6 +1104,7 @@
|
|
| 1104 |
{
|
| 1105 |
"repo_name": "nccl",
|
| 1106 |
"repo_link": "https://github.com/NVIDIA/nccl",
|
|
|
|
| 1107 |
"github_about_section": "Optimized primitives for collective multi-GPU communication",
|
| 1108 |
"homepage_link": "https://docs.nvidia.com/deeplearning/nccl/user-guide/docs/index.html",
|
| 1109 |
"contributors_all": 51,
|
|
@@ -1233,6 +1234,7 @@
|
|
| 1233 |
{
|
| 1234 |
"repo_name": "RaBitQ",
|
| 1235 |
"repo_link": "https://github.com/gaoj0017/RaBitQ",
|
|
|
|
| 1236 |
"github_about_section": "[SIGMOD 2024] RaBitQ: Quantizing High-Dimensional Vectors with a Theoretical Error Bound for Approximate Nearest Neighbor Search",
|
| 1237 |
"homepage_link": "https://github.com/VectorDB-NTU/RaBitQ-Library",
|
| 1238 |
"github_topic_closest_fit": "nearest-neighbor-search",
|
|
@@ -1287,6 +1289,7 @@
|
|
| 1287 |
{
|
| 1288 |
"repo_name": "triSYCL",
|
| 1289 |
"repo_link": "https://github.com/triSYCL/triSYCL",
|
|
|
|
| 1290 |
"github_about_section": "Generic system-wide modern C++ for heterogeneous platforms with SYCL from Khronos Group",
|
| 1291 |
"homepage_link": "https://trisycl.github.io/triSYCL/Doxygen/triSYCL/html/index.html",
|
| 1292 |
"github_topic_closest_fit": "parallel-programming",
|
|
|
|
| 1104 |
{
|
| 1105 |
"repo_name": "nccl",
|
| 1106 |
"repo_link": "https://github.com/NVIDIA/nccl",
|
| 1107 |
+
"category": "distributed computing",
|
| 1108 |
"github_about_section": "Optimized primitives for collective multi-GPU communication",
|
| 1109 |
"homepage_link": "https://docs.nvidia.com/deeplearning/nccl/user-guide/docs/index.html",
|
| 1110 |
"contributors_all": 51,
|
|
|
|
| 1234 |
{
|
| 1235 |
"repo_name": "RaBitQ",
|
| 1236 |
"repo_link": "https://github.com/gaoj0017/RaBitQ",
|
| 1237 |
+
"category": "quantization",
|
| 1238 |
"github_about_section": "[SIGMOD 2024] RaBitQ: Quantizing High-Dimensional Vectors with a Theoretical Error Bound for Approximate Nearest Neighbor Search",
|
| 1239 |
"homepage_link": "https://github.com/VectorDB-NTU/RaBitQ-Library",
|
| 1240 |
"github_topic_closest_fit": "nearest-neighbor-search",
|
|
|
|
| 1289 |
{
|
| 1290 |
"repo_name": "triSYCL",
|
| 1291 |
"repo_link": "https://github.com/triSYCL/triSYCL",
|
| 1292 |
+
"category": "parallel computing",
|
| 1293 |
"github_about_section": "Generic system-wide modern C++ for heterogeneous platforms with SYCL from Khronos Group",
|
| 1294 |
"homepage_link": "https://trisycl.github.io/triSYCL/Doxygen/triSYCL/html/index.html",
|
| 1295 |
"github_topic_closest_fit": "parallel-programming",
|