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 6153ff1 commit 02cef01Copy full SHA for 02cef01
backends/source/dppl_sycl_queue_manager.cpp
@@ -79,12 +79,6 @@ class QMgrHelper
79
auto devty = d.get_info<info::device::device_type>();
80
if(devty == DTy && be == BE) {
81
SelectedDevices.push_back(d);
82
-
83
- // Workaround for situations when in some environments
84
- // get_devices() returns each device TWICE. Then it fails in call
85
- // for context constructor with all doubled devices.
86
- // So use only one first device.
87
- break;
88
}
89
90
if (SelectedDevices.size() > 0) {
0 commit comments