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

feat: adding updates for CVCUDA Release v0.7.0 Beta 5 #152

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

milesp-nvidia
Copy link
Member

No description provided.

with stream2:
assert cvcuda.cuda.Stream.current is stream2
raise Exception()
assert cvcuda.cuda.Stream.current is stream1

Check warning

Code scanning / CodeQL

Unreachable code Warning test

This statement is unreachable.
assert cvcuda.cuda.Stream.current is stream2
raise Exception()
assert cvcuda.cuda.Stream.current is stream1
assert cvcuda.cuda.Stream.current is cvcuda.cuda.Stream.default

Check warning

Code scanning / CodeQL

Unreachable code Warning test

This statement is unreachable.
raise Exception()
assert cvcuda.cuda.Stream.current is stream1
assert cvcuda.cuda.Stream.current is cvcuda.cuda.Stream.default
with stream2:

Check warning

Code scanning / CodeQL

Unreachable code Warning test

This statement is unreachable.
@milesp-nvidia milesp-nvidia merged commit 11d40a4 into main Apr 26, 2024
4 checks passed
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