-
Notifications
You must be signed in to change notification settings - Fork 55
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
Tests: Add GPU direct unit test #1002
Tests: Add GPU direct unit test #1002
Conversation
…eZero to unit tests. Update tests
…t. Update meson.build file. Update documentation of 'gpu_direct'. Add new unit tests to cover: 'gpu_allocate_shared_buffer', 'gpu_memcpy', 'gpu_memset' and 'free_gpu_context' functions
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.
Should we keep this as a separate entity from the rest of the tests ?
why not merge the tests to the existing tests framework ?
GPU direct is the separate library with separate scope, it's better to separate MTL tests and GPU direct tests. |
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.
lgtm
PR introduces: