-
Notifications
You must be signed in to change notification settings - Fork 30
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
Improve coverage sycl interface #1589
Improve coverage sycl interface #1589
Conversation
Test submit for 1D range, 2D range, and 3D range, and also specify dependent events.
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.17.0dev0=py310h15de555_80 ran successfully. |
Coverage info: https://coveralls.io/builds/66187084 |
The llvm-cov-report outputs the coverage summary, while llvm-cov-show displays per-line coverage statistics to identify missed lines.
Let LLVM_TOOLS_HOME and PATH to make llvm-cov, and llvm-profdata discoverable by cmake.
Additional changes pushed:
Changes to
Changes to
|
Array API standard conformance tests for dpctl=0.17.0dev0=py310h15de555_85 ran successfully. |
Array API standard conformance tests for dpctl=0.17.0dev0=py310h15de555_86 ran successfully. |
Array API standard conformance tests for dpctl=0.17.0dev0=py310h15de555_87 ran successfully. |
0da6390
into
feature/local_accessor_kernel_arg
This PR extends
test_sycl_queue_submit
to use 1D range, 2D range, 3D range and use dependent events.