TylerHilbert commited on
Commit
480f1af
·
1 Parent(s): 9f6a563

tritonparse and TensorRT

Browse files
PyTorchConference2025_GithubRepos.json CHANGED
@@ -945,6 +945,7 @@
945
  {
946
  "repo_name": "tritonparse",
947
  "repo_link": "https://github.com/meta-pytorch/tritonparse",
 
948
  "github_about_section": "TritonParse: A Compiler Tracer, Visualizer, and Reproducer for Triton Kernels",
949
  "homepage_link": "https://meta-pytorch.org/tritonparse",
950
  "contributors_all": 15,
@@ -1023,6 +1024,7 @@
1023
  {
1024
  "repo_name": "TensorRT",
1025
  "repo_link": "https://github.com/NVIDIA/TensorRT",
 
1026
  "github_about_section": "NVIDIA TensorRT is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.",
1027
  "homepage_link": "https://developer.nvidia.com/tensorrt",
1028
  "contributors_all": 104,
 
945
  {
946
  "repo_name": "tritonparse",
947
  "repo_link": "https://github.com/meta-pytorch/tritonparse",
948
+ "category": "performance testing",
949
  "github_about_section": "TritonParse: A Compiler Tracer, Visualizer, and Reproducer for Triton Kernels",
950
  "homepage_link": "https://meta-pytorch.org/tritonparse",
951
  "contributors_all": 15,
 
1024
  {
1025
  "repo_name": "TensorRT",
1026
  "repo_link": "https://github.com/NVIDIA/TensorRT",
1027
+ "category": "inference engine",
1028
  "github_about_section": "NVIDIA TensorRT is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.",
1029
  "homepage_link": "https://developer.nvidia.com/tensorrt",
1030
  "contributors_all": 104,