Skip to content
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

[Performance] #21654

Open
eduardatmadenn opened this issue Aug 7, 2024 · 1 comment
Open

[Performance] #21654

eduardatmadenn opened this issue Aug 7, 2024 · 1 comment
Labels
ep:CUDA issues related to the CUDA execution provider performance issues related to performance regressions stale issues that have not been addressed in a while; categorized by a bot

Comments

@eduardatmadenn
Copy link

Describe the issue

While running a C++ program that is using an ORT model to predict images, using the CUDA EP, I have the following behavior:
While I increase the resolution, the inference time is increasing more or less linearly with the resolution, up to a point where it increases exponentially. I suspect it's an issue where it hits a VRAM limit and it starts to do memory swapping/paging, but I'm not sure how to this works.

I don't provide a reproducible code as it is more of a theoretical question, but I hope someone can provide more information.

Thank you

To reproduce

I don't provide a reproducible code as it is more of a theoretical question, but I hope someone can provide more information.

Urgency

No response

Platform

Windows

OS Version

11

ONNX Runtime Installation

Released Package

ONNX Runtime Version or Commit ID

1.15.1

ONNX Runtime API

C++

Architecture

X64

Execution Provider

CUDA

Execution Provider Library Version

No response

Model File

No response

Is this a quantized model?

No

@eduardatmadenn eduardatmadenn added the performance issues related to performance regressions label Aug 7, 2024
@sophies927 sophies927 added the ep:CUDA issues related to the CUDA execution provider label Aug 15, 2024
Copy link
Contributor

This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.

@github-actions github-actions bot added the stale issues that have not been addressed in a while; categorized by a bot label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ep:CUDA issues related to the CUDA execution provider performance issues related to performance regressions stale issues that have not been addressed in a while; categorized by a bot
Projects
None yet
Development

No branches or pull requests

2 participants