You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove use of deprecated DPCTLQueueMgr_* functions
This is done by reverting to DPNP_LOCAL_QUEUE=1 behavior.
The ultimate goal is to get rid of DPNP_QUEUE throughout
dpnp codebase
* Removed setting DPNP_LOCAL_QUEUE in tests
Since DPNP_LOCAL_QUEUE has been removed.
* Removed uses of device_context
* Removed trailing whitespace
* Replaced tab with spaces
* Use backend_sycl_singleton, remove backend_sycl
* Removed pre-preprocessor fenced out dead code
Renamed backend_sycl_singleton back to backend_sycl
Removed dpnp_queue_initialize_c function and
QueueOptions enum as no longer used. Removed uses of these
from examples and code base
* Formatting suggested by pre-commit hooks
* Addressed issues raised by @diptorupd
---------
Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
0 commit comments