IntelPython / dpctl

Python SYCL bindings and SYCL-based Python Array API library
https://intelpython.github.io/dpctl/
Apache License 2.0
97 stars 29 forks source link

Add missing include of sstream header #1701

Closed oleksandr-pavlyk closed 1 month ago

oleksandr-pavlyk commented 1 month ago

Fixing build break with nightly build of Intel/LLVM sycl bundle due to missing include in "dpctl_sycl_queue_interface.cpp".

github-actions[bot] commented 1 month ago

Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. :crossed_fingers:

github-actions[bot] commented 1 month ago

Array API standard conformance tests for dpctl=0.18.0dev0=py310h15de555_29 ran successfully. Passed: 890 Failed: 11 Skipped: 91

coveralls commented 1 month ago

Coverage Status

coverage: 87.911%. remained the same when pulling e81342690167fb88b42d0140135c9ba9579c37bb on add-missing-includes into 1de00cba3ad0373678ae03f201e710c56b48a615 on master.

oleksandr-pavlyk commented 1 month ago

The build with Intel/LLVM Sycl bundle compiler passed