Skip to content

fix: Update broken repo hyperlink #1124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Developing Torch-TensorRT

Do try to fill an issue with your feature or bug before filling a PR (op support is generally an exception as long as you provide tests to prove functionality). There is also a backlog (https://github.com/NVIDIA/Torch-TensorRT/issues) of issues which are tagged with the area of focus, a coarse priority level and whether the issue may be accessible to new contributors. Let us know if you are interested in working on a issue. We are happy to provide guidance and mentorship for new contributors. Though note, there is no claiming of issues, we prefer getting working code quickly vs. addressing concerns about "wasted work".
Do try to fill an issue with your feature or bug before filling a PR (op support is generally an exception as long as you provide tests to prove functionality). There is also a backlog (https://github.com/pytorch/TensorRT/issues) of issues which are tagged with the area of focus, a coarse priority level and whether the issue may be accessible to new contributors. Let us know if you are interested in working on a issue. We are happy to provide guidance and mentorship for new contributors. Though note, there is no claiming of issues, we prefer getting working code quickly vs. addressing concerns about "wasted work".

#### Communication

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ These are the following dependencies used to verify the testcases. Torch-TensorR

## Prebuilt Binaries and Wheel files

Releases: https://github.com/NVIDIA/Torch-TensorRT/releases
Releases: https://github.com/pytorch/TensorRT/releases

## Compiling Torch-TensorRT

Expand Down Expand Up @@ -291,7 +291,7 @@ Supported Python versions:

### In Torch-TensorRT?

Thanks for wanting to contribute! There are two main ways to handle supporting a new op. Either you can write a converter for the op from scratch and register it in the NodeConverterRegistry or if you can map the op to a set of ops that already have converters you can write a graph rewrite pass which will replace your new op with an equivalent subgraph of supported ops. Its preferred to use graph rewriting because then we do not need to maintain a large library of op converters. Also do look at the various op support trackers in the [issues](https://github.com/NVIDIA/Torch-TensorRT/issues) for information on the support status of various operators.
Thanks for wanting to contribute! There are two main ways to handle supporting a new op. Either you can write a converter for the op from scratch and register it in the NodeConverterRegistry or if you can map the op to a set of ops that already have converters you can write a graph rewrite pass which will replace your new op with an equivalent subgraph of supported ops. Its preferred to use graph rewriting because then we do not need to maintain a large library of op converters. Also do look at the various op support trackers in the [issues](https://github.com/pytorch/TensorRT/issues) for information on the support status of various operators.

### In my application?

Expand Down
2 changes: 1 addition & 1 deletion core/partitioning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ from the user. Shapes can be calculated by running the graphs with JIT.
it's still a phase in our partitioning process.
- `Stitching`. Stitch all TensorRT engines with PyTorch nodes altogether.

Test cases for each of these components could be found [here](https://github.com/NVIDIA/Torch-TensorRT/tree/master/tests/core/partitioning).
Test cases for each of these components could be found [here](https://github.com/pytorch/TensorRT/tree/master/tests/core/partitioning).

Here is the brief description of functionalities of each file:
- `PartitionInfo.h/cpp`: The automatic fallback APIs that is used for partitioning.
Expand Down
2 changes: 1 addition & 1 deletion core/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ If you'd like to compile your plugin with Torch-TensorRT,

Once you've completed the above steps, upon successful compilation of Torch-TensorRT library, your plugin should be available in `libtorchtrt_plugins.so`.

A sample runtime application on how to run a network with plugins can be found <a href="https://github.com/NVIDIA/Torch-TensorRT/tree/master/examples/torchtrt_runtime_example" >here</a>
A sample runtime application on how to run a network with plugins can be found <a href="https://github.com/pytorch/TensorRT/tree/master/examples/torchtrt_runtime_example" >here</a>
2 changes: 1 addition & 1 deletion docs/_cpp_api/classtorch__tensorrt_1_1DataType.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/_cpp_api/classtorch__tensorrt_1_1TensorFormat.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/_cpp_api/dir_cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/_cpp_api/dir_cpp_include.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/_cpp_api/dir_cpp_include_torch_tensorrt.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/_cpp_api/file_cpp_include_torch_tensorrt_ptq.h.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/_cpp_api/namespace_torch_tensorrt.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@


<div class="version">
master (1.2.0a0+c558de8)
master (1.2.0a0+cd84cac)
</div>


Expand Down
Loading