Skip to content

Adds some testing infrastructure and removes lots of deprecated options#11

Merged
ankan-ban merged 5 commits intoankan-ban:nv-tensorrt-rtx-epfrom
gedoensmax:gedoensmax/nv-reduce-code
Apr 23, 2025
Merged

Adds some testing infrastructure and removes lots of deprecated options#11
ankan-ban merged 5 commits intoankan-ban:nv-tensorrt-rtx-epfrom
gedoensmax:gedoensmax/nv-reduce-code

Conversation

@gedoensmax
Copy link
Collaborator

No longer set options via env variables.
Add EP to default providers to test and add a native test that shows how to quick load a context file.
Remove implicit int8 quantization together with all precision bypasses besides strong typed ONNX.
Add default options for dynamic shapes.

if (exclude_ops_set.find(node->OpType()) != exclude_ops_set.end()) {
supported_node = false;
}
// Exclude contrib ops
Copy link
Owner

Choose a reason for hiding this comment

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

Do we need this check? Doesn't the logic automatically exclude any op that TRT can't support?

I think the plan to support LLMs is to make use of GQA contrib op for some time and have TRT implement a plugin to support that - so this check may prevent that from working when TRT plugin is ready (or maybe that's not an issue?)

@ankan-ban ankan-ban merged commit 38bf50a into ankan-ban:nv-tensorrt-rtx-ep Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants