Drop `SYCL::sycl_device() -> int` and `SYCL::sycl_context()`
Created by: dalg24
-
SYCL::sycl_device()
is misleading because it returns anint
instead ofsycl::device
. Also does not actually returns anything useful in the current implementation. -
SYCL::sycl_context()
can easily be obtained fromspace.sycl_queue().get_context()