-
Notifications
You must be signed in to change notification settings - Fork 29
Modified gen_coverage to also collect data from Pybind11 modules #1476
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
Conversation
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1476/index.html |
Array API standard conformance tests for dpctl=0.15.1dev2=py310h15de555_18 ran successfully. |
Array API standard conformance tests for dpctl=0.15.1dev2=py310h15de555_19 ran successfully. |
Array API standard conformance tests for dpctl=0.15.1dev2=py310h15de555_20 ran successfully. |
Array API standard conformance tests for dpctl=0.15.1dev2=py310h15de555_38 ran successfully. |
Array API standard conformance tests for dpctl=0.15.1dev2=py310h15de555_39 ran successfully. |
This will provide coverage for the host portion of offloading Pybind11 extensions.
To turn it on, set `-DDPCTL_GENERATE_COVERAGE` and `-DDPCTL_GENERATE_COVERAGE_FOR_PYBIND11_EXTENSIONS`
aafe056
to
644eadc
Compare
Array API standard conformance tests for dpctl=0.15.1dev2=py310h15de555_42 ran successfully. |
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, nice to see the coverage so high, thank you @oleksandr-pavlyk
This will provide coverage for the host portion of offloading Pybind11 extensions.