GPU CUDA ORT: Fix usage of OrtCUDAProviderOptionsV2#14215
GPU CUDA ORT: Fix usage of OrtCUDAProviderOptionsV2#14215davidrohr merged 1 commit intoAliceO2Group:devfrom
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.