Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the device used by KernelExecutionFixture (#2344)
Fix KernelExecutionFixture to use the device associated to the queue, when a queue is passed as argument, instead of always using the first device. Note that, if the Platform is not stateless (e.g. with SYCL), the platform data member is still wrong. However, there is no way to access the platform associated to a device object. Since the platform object will not be used, ignore this issue for the time being.
- Loading branch information