- 
                Notifications
    You must be signed in to change notification settings 
- Fork 31
Roadmap
        Diptorup Deb edited this page Jun 18, 2021 
        ·
        4 revisions
      
    - Deprecate dpctl.device_context, solve #11, and remove itdevice_contextand associated constructs 0.10
- For usm_ndarraycontainer 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 SyclEventandcl::sycl::eventinterface: #391
- Enable asynchronous queue operations (memcpy, etc.): #84
- Design/explore asynchronous operations on usm_ndarray.
- Build example of use dpctlfrom Pybind11
TBD