Skip to content

Commit 458cd89

Browse files
author
Alexander Batashev
authored
[SYCL][Doc] Fix default device selection rules doc (#1769)
Signed-off-by: Alexander Batashev <alexander.batashev@intel.com>
1 parent aa05627 commit 458cd89

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sycl/source/device_selector.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ device device_selector::select_device() const {
8787

8888
/// Devices of different kinds are prioritized in the following order:
8989
/// 1. GPU
90-
/// 2. Accelerator
91-
/// 3. CPU
92-
/// 4. Host
90+
/// 2. CPU
91+
/// 3. Host
9392
int default_selector::operator()(const device &dev) const {
9493

9594
int Score = REJECT_DEVICE_SCORE;

0 commit comments

Comments
 (0)