Skip to content

Drop `SYCL::sycl_device() -> int` and `SYCL::sycl_context()`

Daniel Arndt requested to merge github/fork/dalg24/sycl_queue into sycl_queue

Created by: dalg24

  • SYCL::sycl_device() is misleading because it returns an int instead of sycl::device. Also does not actually returns anything useful in the current implementation.
  • SYCL::sycl_context() can easily be obtained from space.sycl_queue().get_context()

Merge request reports