-
Notifications
You must be signed in to change notification settings - Fork 42
Add additional tests for CUDA and L0 providers #824
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
Add additional tests for CUDA and L0 providers #824
Conversation
a0614d2 to
f9177a2
Compare
f9177a2 to
d777eb2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add tests for cu_memory_provider_get_last_native_error either?
cu_memory_provider_get_last_native_error and cu_store_last_native_error are not used at all.
ldorau
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add tests for
cu_memory_provider_get_last_native_erroreither?cu_memory_provider_get_last_native_errorandcu_store_last_native_errorare not used at all.
It can be in a separate (next) PR if you prefer.
d777eb2 to
e524922
Compare
Yeah, better to add them in a separate PR. Need to think about the scenario when CUDA provider returns provider-specific error. |
Description
To improve code coverage the new tests for CUDA and L0 providers are added. In next PR this tests can be refactored to avoid code duplications.
Checklist