-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[TRT RTX EP] Remove unused legacy code from TRT EP that is no longer supported for TRT RTX #25916
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
base: main
Are you sure you want to change the base?
[TRT RTX EP] Remove unused legacy code from TRT EP that is no longer supported for TRT RTX #25916
Conversation
ae66f2a to
3da443d
Compare
|
please resolve conflicts? @gedoensmax , I assume this and the other RTX EP changes should be all taken in together? |
|
This would not be strictly needed within 1.23. |
3da443d to
4926ba0
Compare
would it make it difficult to cherry pick other PR's if they are based on your changes? are there any other upcoming PR's targeting 1.23? |
|
@jywu-msft So far none are planned. There could of course be other minor fixes that we notice like: #25937 |
Fixes warnings on Clang.
This fixes warnings on Clang.
Should be between 0 and 2, not either smaller than 0 or smaller than 2 0 <= embed_mode || embed_mode < 2
4926ba0 to
a45308f
Compare
|
I rebased this branch. Can I get a rerun of the tests to get this merged ? |
|
@chilo-ms can you run the CI on this and merge ? |
|
/azp run Linux QNN CI Pipeline,Win_TRT_Minimal_CUDA_Test_CI,Windows ARM64 QNN CI Pipeline,Windows GPU Doc Gen CI Pipeline,Windows x64 QNN CI Pipeline |
|
Azure Pipelines successfully started running 4 pipeline(s). |
|
Do we want this PR to be in ORT now? |
|
Yeah that works for me as well. |
Description
This PR cleans up the codebase of the EP and fixes some compile issues.