Conversation
|
View rendered docs @ https://intelpython.github.io/dpctl/pulls/2273/index.html |
|
Array API standard conformance tests for dpctl=0.22.0dev1=py310h93fe807_50 ran successfully. |
1e48eb4 to
ae492b5
Compare
| #include <stdexcept> | ||
| #include <sycl/sycl.hpp> /* SYCL headers */ | ||
| #include <utility> | ||
| #include <vector> |
There was a problem hiding this comment.
seems like the LLM picked up that this should have been included in the first place for this file
16cfb22 to
36cddbc
Compare
36cddbc to
4a0516d
Compare
|
Array API standard conformance tests for dpctl=0.22.0dev1=py310h93fe807_51 ran successfully. |
|
Array API standard conformance tests for dpctl=0.22.0dev1=py310h93fe807_52 ran successfully. |
|
Array API standard conformance tests for dpctl=0.22.0dev1=py310h93fe807_53 ran successfully. |
|
Array API standard conformance tests for dpctl=0.22.0dev1=py310h93fe807_50 ran successfully. |
|
Array API standard conformance tests for dpctl=0.22.0dev1=py310h93fe807_51 ran successfully. |
|
Array API standard conformance tests for dpctl=0.22.0dev1=py310h93fe807_52 ran successfully. |
|
Array API standard conformance tests for dpctl=0.22.0dev1=py310h93fe807_50 ran successfully. |
|
Array API standard conformance tests for dpctl=0.22.0dev1=py310h93fe807_51 ran successfully. |
|
@antonwolfy @ndgrigorian @vlad-perevezentsev ready for review |
|
Array API standard conformance tests for dpctl=0.22.0dev1=py310h93fe807_51 ran successfully. |
This PR adds the python interface to the sycl runtimes copy methods and tests. I tried to follow the format of memcpy best I could
I used an LLM primarily to generate this, and then reviewed it and tweaked it by hand. My first time contributing a new method to DPCTL so apologies if I overlooked some obvious mistakes in it. I'm here to learn!