Skip to content

TRT-10 GA Support for main branch#2781

Merged
zewenli98 merged 8 commits intomainfrom
trt_10_ga_cloned_from_main
Apr 29, 2024
Merged

TRT-10 GA Support for main branch#2781
zewenli98 merged 8 commits intomainfrom
trt_10_ga_cloned_from_main

Conversation

@zewenli98
Copy link
Copy Markdown
Collaborator

Description

This PR runs CI to test TRT-10 GA support for main branch.

@zewenli98 zewenli98 self-assigned this Apr 26, 2024
@github-actions github-actions bot added component: build system Issues re: Build system component: api [Python] Issues re: Python API labels Apr 26, 2024
@github-actions github-actions bot requested a review from peri044 April 26, 2024 03:02
@zewenli98 zewenli98 added WIP Work is in progress, pull request should not be merged yet component: build system Issues re: Build system component: api [Python] Issues re: Python API cla signed and removed component: build system Issues re: Build system component: api [Python] Issues re: Python API cla signed labels Apr 26, 2024
@zewenli98 zewenli98 removed the request for review from peri044 April 26, 2024 03:07
@zewenli98 zewenli98 force-pushed the trt_10_ga_cloned_from_main branch from 37d1674 to ad9896a Compare April 26, 2024 17:55
Copy link
Copy Markdown
Collaborator

@peri044 peri044 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zewenli98 zewenli98 requested a review from peri044 April 26, 2024 18:54
@zewenli98 zewenli98 force-pushed the trt_10_ga_cloned_from_main branch from c7a5a3b to 3866636 Compare April 26, 2024 20:18
@zewenli98 zewenli98 changed the title [WIP] TRT-10 GA Support for main branch TRT-10 GA Support for main branch Apr 26, 2024
@zewenli98 zewenli98 removed the WIP Work is in progress, pull request should not be merged yet label Apr 26, 2024
Copy link
Copy Markdown
Collaborator

@peri044 peri044 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM. pending rebase

@zewenli98 zewenli98 force-pushed the trt_10_ga_cloned_from_main branch from 3866636 to 0e6aada Compare April 26, 2024 22:10
@zewenli98 zewenli98 force-pushed the trt_10_ga_cloned_from_main branch from 5079c1c to 20b34e2 Compare April 26, 2024 23:40
@HolyWu
Copy link
Copy Markdown
Contributor

HolyWu commented Apr 27, 2024

"tensorrt",
also needs to specify version.

@zewenli98
Copy link
Copy Markdown
Collaborator Author

@HolyWu Made the changes. Thanks for the review!

@zewenli98 zewenli98 requested review from HolyWu and narendasan April 27, 2024 03:23
@zewenli98 zewenli98 force-pushed the trt_10_ga_cloned_from_main branch from fd77a55 to 35461e1 Compare April 27, 2024 03:37
@zewenli98 zewenli98 force-pushed the trt_10_ga_cloned_from_main branch from 35461e1 to 1dc194a Compare April 27, 2024 23:23
@github-actions github-actions bot added the component: tests Issues re: Tests label Apr 29, 2024
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some changes that do not conform to Python style guidelines:

--- /home/runner/work/TensorRT/TensorRT/tests/py/dynamo/models/test_dyn_models.py	2024-04-29 19:55:18.604129+00:00
+++ /home/runner/work/TensorRT/TensorRT/tests/py/dynamo/models/test_dyn_models.py	2024-04-29 19:57:14.310783+00:00
@@ -7,13 +7,11 @@
from torch_tensorrt.dynamo.utils import COSINE_THRESHOLD, cosine_similarity

assertions = unittest.TestCase()


-@unittest.skip(
-    "Skipping this test for now due to a bug"
-)
+@unittest.skip("Skipping this test for now due to a bug")
@pytest.mark.unit
def test_base_dynamic(ir):
    """
    Tests the model (which is fully convertible) with dynamic shapes
    """
@@ -67,13 +65,11 @@

    with torch.no_grad():
        torch.cuda.empty_cache()


-@unittest.skip(
-    "Skipping this test for now due to a bug"
-)
+@unittest.skip("Skipping this test for now due to a bug")
@pytest.mark.unit
def test_base_dynamic_fallback(ir):
    """
    Tests the model with dynamic shapes where torch.abs op is forced to run in PyTorch
    """

@zewenli98 zewenli98 force-pushed the trt_10_ga_cloned_from_main branch from f8acc75 to a777795 Compare April 29, 2024 19:58
@zewenli98 zewenli98 merged commit 482206f into main Apr 29, 2024
laikhtewari pushed a commit that referenced this pull request May 24, 2024
@zewenli98 zewenli98 deleted the trt_10_ga_cloned_from_main branch January 12, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla signed component: api [Python] Issues re: Python API component: build system Issues re: Build system component: tests Issues re: Tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants