- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3.5k
Open
Labels
contributions welcomeexternal contributions welcomeexternal contributions welcomeep:CUDAissues related to the CUDA execution providerissues related to the CUDA execution providerperformanceissues related to performance regressionsissues related to performance regressions
Description
Describe the issue
Starting Opset 19 I have this missing cuda kernel
[I:onnxruntime:, cuda_execution_provider.cc:2922 GetCapability] CUDA kernel not found in registries for Op type: Pad node name: node_pad_3
And starting opset 22 I have both two more warning
[I:onnxruntime:, cuda_execution_provider.cc:2922 GetCapability] CUDA kernel not found in registries for Op type: MaxPool node name: node_max_pool2d_2
[I:onnxruntime:, cuda_execution_provider.cc:2922 GetCapability] CUDA kernel not found in registries for Op type: ConvTranspose node name: node_convolution_1
I don't know If there much difference introduced by Pad op19+ and MaxPool, ConvTranspose op23+ but it would be much appreciated to have kernel for thoses Ops
This is like #26075
To reproduce
NA
Urgency
No response
Platform
Linux
OS Version
Ubuntu 24.04
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.23.1
ONNX Runtime API
Python
Architecture
X64
Execution Provider
CUDA
Execution Provider Library Version
CUDA 12.9
Model File
No response
Is this a quantized model?
No
Metadata
Metadata
Assignees
Labels
contributions welcomeexternal contributions welcomeexternal contributions welcomeep:CUDAissues related to the CUDA execution providerissues related to the CUDA execution providerperformanceissues related to performance regressionsissues related to performance regressions