-
Notifications
You must be signed in to change notification settings - Fork 483
GPU CUDA ORT: Fix usage of OrtCUDAProviderOptionsV2 #14215
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
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
Error while checking build/O2/fullCI_slc9 for ac705f2 at 2025-04-23 09:59: Full log here. |
|
CI failure is due to sim-challenge timing out in CCDB access. I have seen this a couple of times in the last days happening in the CI. @sawenzel @singiamtel @costing : Do you have any idea? Failure unrelated, merging Error mesasge: |
@ChSonnabend : Haven't tested it yet, but this fixes the compilation of the CUDA ORT code.
It seems compared to
OrtCUDAProviderOptions,OrtCUDAProviderOptionsV2is intentionally an incomplete type and cannot be manipulated directly, but must only be updated viaUpdateCUDAProviderOptions: https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#cc.