Skip to content

[Performance] Missing CUDA Kernal for Pad, MaxPool, ConvTranspose opset 19-23 #26393

@AzHicham

Description

@AzHicham

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

No one assigned

    Labels

    contributions welcomeexternal contributions welcomeep:CUDAissues related to the CUDA execution providerperformanceissues related to performance regressions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions