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

[Windows][CUDA] Fix cuda uninitialized event warning #2503

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

Conversation

omarahmed1111
Copy link
Contributor

Fixes 2497

@omarahmed1111 omarahmed1111 requested review from a team as code owners December 23, 2024 14:23
@omarahmed1111 omarahmed1111 changed the title Fix cuda uninitialized event warning [CUDA] Fix cuda uninitialized event warning Dec 23, 2024
@omarahmed1111 omarahmed1111 changed the title [CUDA] Fix cuda uninitialized event warning [Windows][CUDA] Fix cuda uninitialized event warning Dec 23, 2024
@github-actions github-actions bot added cuda CUDA adapter specific issues command-buffer Command Buffer feature addition/changes/specification labels Dec 23, 2024
@ldrumm
Copy link
Contributor

ldrumm commented Dec 23, 2024

initialization in C++ is such a headache. +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command-buffer Command Buffer feature addition/changes/specification cuda CUDA adapter specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[cuda][windows] error C4703: potentially uninitialized local pointer variable 'Event' used"
3 participants