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

The CUDA graph capture on the stream has failed #4325

Open
zsh4614 opened this issue Jan 15, 2025 · 2 comments
Open

The CUDA graph capture on the stream has failed #4325

zsh4614 opened this issue Jan 15, 2025 · 2 comments
Assignees
Labels
triaged Issue has been triaged by maintainers waiting for feedback Requires more information from user to make progress on the issue.

Comments

@zsh4614
Copy link

zsh4614 commented Jan 15, 2025

Description

Environment

TensorRT Version: 8.5.2

NVIDIA GPU: 3090

NVIDIA Driver Version:

CUDA Version: 11.4

CUDNN Version:

Operating System:

Python Version (if applicable):

Tensorflow Version (if applicable):

PyTorch Version (if applicable):

Baremetal or Container (if so, version):

Relevant Files

Model link:

log.txt

Steps To Reproduce

Commands or scripts:

Have you tried the latest release?:

Can this model run on other frameworks? For example run ONNX model with ONNXRuntime (polygraphy run <model.onnx> --onnxrt):

@lix19937
Copy link

Maybe your libcustom_trt_plugin.so write does not meet the requirements of the graph capture. And advoid warning, you need update cuDNN from 8.4.1 to 8.6.0.

@kevinch-nv kevinch-nv added triaged Issue has been triaged by maintainers waiting for feedback Requires more information from user to make progress on the issue. labels Feb 10, 2025
@kevinch-nv kevinch-nv self-assigned this Feb 10, 2025
@kevinch-nv
Copy link
Collaborator

As @lix19937 mentioned, your plugin may be incompatible with cuda graph capture requirements. Are you able to share more information on your plugin and model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged Issue has been triaged by maintainers waiting for feedback Requires more information from user to make progress on the issue.
Projects
None yet
Development

No branches or pull requests

3 participants