Skip to content

Commit e8f6a0f

Browse files
committed
Remove redundant code and rebase
Signed-off-by: James Brodman <[email protected]>
1 parent 4df0958 commit e8f6a0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sycl/source/device_selector.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ int default_selector::operator()(const device &dev) const {
6868
if (dev.is_host())
6969
return 100;
7070

71-
if (dev.is_accelerator())
72-
return 50;
73-
7471
return -1;
7572
}
7673

0 commit comments

Comments
 (0)