-
Notifications
You must be signed in to change notification settings - Fork 30
Roadmap
Diptorup Deb edited this page Jun 18, 2021
·
4 revisions
- Deprecate
dpctl.device_context
, solve #11, and remove itdevice_context
and associated constructs 0.10 - For
usm_ndarray
container progress in implementing array-API operations:- Implement copy-and-cast operator
- Copy from/to host/other_usm_ndarray
- Implement
scatter
,gather
- Implement copy by mask
- Implement dlpack support
- Address #35 implementing error handling in the backend library.
- Implement redesigned
SyclEvent
andcl::sycl::event
interface: #391 - Enable asynchronous queue operations (memcpy, etc.): #84
- Design/explore asynchronous operations on
usm_ndarray
. - Build example of use
dpctl
from Pybind11
TBD