Skip to content

Commit 20fa2a9

Browse files
committed
Remove accels from default selector as people aren't likely to want to accidentally stumble upon a fpga.
Signed-off-by: James Brodman <[email protected]>
1 parent ee21d66 commit 20fa2a9

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
@@ -57,9 +57,6 @@ int default_selector::operator()(const device &dev) const {
5757
if (dev.is_gpu())
5858
return 500;
5959

60-
if (dev.is_accelerator())
61-
return 400;
62-
6360
if (dev.is_cpu())
6461
return 300;
6562

0 commit comments

Comments
 (0)