Skip to content

Conversation

@ishwar-raut1
Copy link

@ishwar-raut1 ishwar-raut1 commented Apr 21, 2025

Description

  1. Fixed the clang formatting issues
  2. Added the implementation of the new CreateProvider() overload that takes in OrtSessionOptions and OrtLogger.
  3. added the implementation of SessionOptionsAppendExecutionProvider for NV TensorRt Rtx Ep

dyn_initLibNvInferPlugins(&trt_logger, "");
LOGS_DEFAULT(INFO) << "[Nv EP] Default plugins successfully loaded.";;
LOGS_DEFAULT(INFO) << "[Nv EP] Default plugins successfully loaded.";
;
Copy link
Owner

Choose a reason for hiding this comment

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

Can you just get rid of this ";" ?

"\t-c [parallel runs]: Specifies the (max) number of runs to invoke simultaneously. Default:1.\n"
"\t-e [cpu|cuda|dnnl|tensorrt|openvino|dml|acl|nnapi|coreml|qnn|snpe|rocm|migraphx|xnnpack|vitisai|webgpu]: Specifies the provider 'cpu','cuda','dnnl','tensorrt', "
"'openvino', 'dml', 'acl', 'nnapi', 'coreml', 'qnn', 'snpe', 'rocm', 'migraphx', 'xnnpack', 'vitisai' or 'webgpu'. "
"'nv', 'openvino', 'dml', 'acl', 'nnapi', 'coreml', 'qnn', 'snpe', 'rocm', 'migraphx', 'xnnpack', 'vitisai' or 'webgpu'. "
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 want to name this "nvtensorrtrtx" ?

@ankan-ban ankan-ban merged commit 57bee11 into ankan-ban:nv-tensorrt-rtx-ep Apr 21, 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