From 0619d019b13a73bf6c0f1ab4e3e09c601ab065a1 Mon Sep 17 00:00:00 2001 From: Alexander Batashev Date: Thu, 28 May 2020 11:12:08 +0300 Subject: [PATCH] [SYCL][Doc] Fix default device selection rules doc Signed-off-by: Alexander Batashev --- sycl/source/device_selector.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sycl/source/device_selector.cpp b/sycl/source/device_selector.cpp index b57844f9ea678..31c9f5403fb74 100644 --- a/sycl/source/device_selector.cpp +++ b/sycl/source/device_selector.cpp @@ -87,9 +87,8 @@ device device_selector::select_device() const { /// Devices of different kinds are prioritized in the following order: /// 1. GPU -/// 2. Accelerator -/// 3. CPU -/// 4. Host +/// 2. CPU +/// 3. Host int default_selector::operator()(const device &dev) const { int Score = REJECT_DEVICE_SCORE;