-
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
Examples clean-up #1108
Examples clean-up #1108
Conversation
…lready supported It is support in sycl_buffer example with `queue=None`. Reworked `usm_memory` example to use `dpctl.tensor.usm_memory` instead of numpy.ndarray backed up by dpctl.memory.MemoryUSMShared.
Also added `dpctl/tensor/__init__.pxd` so that one can do `cimport dpctl.tensor`. Used that in `cython/usm_memory` example.
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1108/index.html |
Array API standard conformance tests for dpctl=0.14.2=py310h76be34b_13 ran successfully. |
Array API standard conformance tests for dpctl=0.14.2=py310h76be34b_14 ran successfully. |
Array API standard conformance tests for dpctl=0.14.2=py310h76be34b_15 ran successfully. |
Array API standard conformance tests for dpctl=0.14.2=py310h76be34b_16 ran successfully. |
…_dir and library_dir
Array API standard conformance tests for dpctl=0.14.2=py310h76be34b_17 ran successfully. |
Array API standard conformance tests for dpctl=0.14.2=py310h76be34b_18 ran successfully. |
Array API standard conformance tests for dpctl=0.14.2=py310h76be34b_19 ran successfully. |
Array API standard conformance tests for dpctl=0.14.2=py310h76be34b_23 ran successfully. |
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.14.2=py310h76be34b_28 ran successfully. |
Modified
dpctl/README.md
to correct factual inaccuracies.Provided
dpctl/examples/README.md
, and read-me files to sub-folders.Revised all cython examples to follow similar layout and building method, and provided
test/
folder for each cython test.Also modified
conda-package.yaml
workflow that runs and tests examples to reflect changes made in this PR.