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

Fused attention error while running Nvidia Cosmos #1407

Open
deepbeepmeep opened this issue Jan 13, 2025 · 0 comments
Open

Fused attention error while running Nvidia Cosmos #1407

deepbeepmeep opened this issue Jan 13, 2025 · 0 comments

Comments

@deepbeepmeep
Copy link

Hello

I am trying to run the latest Nvidia Cosmos model on a RTX 4090 and I get an error when fused attention is called :
Line 1080 in fused_attn.py / fused_attn_forward /output_tensors = tex.fused_attn_fwd(...)

The transformer_engine compilation didn't produce any error during the installation and I have CuDNN v9.6.0 installed. I have Flash Attention 2.7.3, could this be the issue (there is a warning that says that 2.6.3. is the latest supported) ? is Flash attention used behind the scene ?

E! CuDNN (v90100 70) function cudnnBackendFinalize() called:
e! Error: CUDNN_STATUS_EXECUTION_FAILED; Reason: rtc->loadModule()
e! Error: CUDNN_STATUS_EXECUTION_FAILED; Reason: ptr.isSupported()
e! Error: CUDNN_STATUS_EXECUTION_FAILED; Reason: engine_post_checks(*engine_iface, engine.getPerfKnobs(), req_size, engine.getTargetSMCount())
e! Error: CUDNN_STATUS_EXECUTION_FAILED; Reason: finalize_internal()
e! Time: 2025-01-14T00:21:03.310308 (0d+0h+3m+34s since start)
e! Process=381629; Thread=381629; GPU=NULL; Handle=NULL; StreamId=NULL.

Many thanks in davance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant