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

Fix crash calling coopMatLoadTensorNV on an array element #3900

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jeffbolznv
Copy link
Contributor

@jeffbolznv jeffbolznv commented Mar 11, 2025

The array element is not a symbol, the call to getAsSymbolNode crashed. Without getAsSymbolNode, there was a crash in teardown while deleting the DAG. Just skip addOutputArgumentConversions for coopmat parameters, I don't think it's necessary.

The array element is not a symbol, the call to getAsSymbolNode crashed.
Without getAsSymbolNode, there was a crash in teardown while deleting the DAG.
Just skip addOutputArgumentConversions for coopmat parameters, I don't
think it's necessary.
@jeffbolznv jeffbolznv marked this pull request as draft March 11, 2025 03:23
@jeffbolznv jeffbolznv marked this pull request as ready for review March 11, 2025 04:01
@jeffbolznv
Copy link
Contributor Author

This is passing CI now, and I've also tested this against Vulkan CTS and llama.cpp.

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

Successfully merging this pull request may close these issues.

1 participant