We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05327d commit 6d7375eCopy full SHA for 6d7375e
backends/source/dppl_sycl_queue_manager.cpp
@@ -101,7 +101,7 @@ class QMgrHelper
101
{
102
QVec *active_queues;
103
try {
104
- auto def_device = std::move(default_selector().select_device());
+ auto def_device { default_selector().select_device() };
105
auto BE = def_device.get_platform().get_backend();
106
auto DevTy = def_device.get_info<info::device::device_type>();
107
0 commit comments