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

LevelZero: Fix the order of kernel/module destruction #124

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

al42and
Copy link
Contributor

@al42and al42and commented Aug 1, 2023

API requires that the application destroys all kernel handles created from the module before destroying
the module itself: https://spec.oneapi.io/level-zero/latest/core/api.html#zemoduledestroy

API requires that the application destroys all kernel
handles created from the module before destroying
the module itself.
@DTolm DTolm merged commit dd42598 into DTolm:develop Aug 1, 2023
@DTolm
Copy link
Owner

DTolm commented Aug 1, 2023

This is correct, thank you. I don't know why there were no execution issues before though.

@al42and al42and deleted the fix-level_zero-destruction branch August 1, 2023 14:29
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.

2 participants