-
Notifications
You must be signed in to change notification settings - Fork 30
Test environment requires compilers #1348
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
test_sycl_queue.py::test_cython_api requires a compiler to build a native extension.
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1348/index.html |
Array API standard conformance tests for dpctl=0.14.6dev3=py310ha25a700_6 ran successfully. |
Adds a simple C extension, compiled with C compiler that includes dpctl_capi header file. This mimics use dpctl_capi from numba_dpex.
Array API standard conformance tests for dpctl=0.14.6dev3=py310ha25a700_8 ran successfully. |
@diptorupd I have also added a test to compile C-based native extension that includes |
Tests for windows are still in the queue and are not displayed in checks |
Tests on Windows passed in the internal CI for at least on Python version (3.10). For another (3.9) the failure is unrelated to this change. |
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!
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.14.6dev3=py310ha25a700_10 ran successfully. |
This PR adds compilers to test requirements list.
test_sycl_queue.py::test_cython_api requires a compiler to build a native extension.