UCL / openqcd-oneapi

GNU General Public License v2.0
0 stars 0 forks source link

Replace dpct::get_current_device with standard sycl calls #23

Closed tkoskela closed 2 years ago

tkoskela commented 2 years ago

Removes get_device calls from dpct:: namespace and the inclusion of dpct.h. Replaces them with a standard sycl queue using the default selector.

Also adds a number of job scripts in run/ that have been used for testing.

Closes #6

tkoskela commented 2 years ago

Yeah, that makes sense