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 8fd3208 commit 6697fffCopy full SHA for 6697fff
sycl/source/device_selector.cpp
@@ -30,7 +30,7 @@ static bool isDeviceOfPreferredSyclBe(const device &Device) {
30
31
device device_selector::select_device() const {
32
vector_class<device> devices = device::get_devices();
33
- // SYCL specification uses -1 to reject a device from selection
+ // SYCL 1.2.1 defines a negative score to reject a device from selection
34
int score = REJECT_DEVICE_SCORE;
35
const device *res = nullptr;
36
0 commit comments