[EP API] header-only adapter for EP API#26919
Conversation
74b2ed4 to
b8a9132
Compare
|
@fs-eire, thank you for adding these utilities. We currently have some plugin EP utilities in this directory: https://github.com/microsoft/onnxruntime/tree/main/include/onnxruntime/core/providers/utils And there's another on the way here: #25753 Could we consolidate all of these utilities into one location? |
it may be worth considering whether the utility is generally useful to any plugin EP vs. useful to plugin EPs within the ORT repo. some of these seem like the latter. |
I agree. we should not have separated implementation in different places of the repo. In general, I think there are 2 different types of headers:
I would recommend to put them somewhere under All other details are open to discussion. |
b8a9132 to
c9e4973
Compare
Description
This PR adds a few headers for supporting building WebGPU EP and CUDA EP as plugin EPs.
See summary of #26907