Skip to content

Commit

Permalink
Introducing TensorRT lazy export and caching option with trt_compile() (
Browse files Browse the repository at this point in the history
#11266)

* Introducing trt_compile()

Signed-off-by: Boris Fomitchev <[email protected]>

* Adding tests for dynamic axes

Signed-off-by: Boris Fomitchev <[email protected]>

* Fixed folding constants and style check

Signed-off-by: Boris Fomitchev <[email protected]>

---------

Signed-off-by: Boris Fomitchev <[email protected]>
  • Loading branch information
borisfom authored Nov 27, 2024
1 parent e238327 commit 06e6703
Show file tree
Hide file tree
Showing 3 changed files with 855 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nemo/export/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

from nemo.export.tensorrt_lazy_compiler import trt_compile
Loading

0 comments on commit 06e6703

Please sign in to comment.