Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 45ab2ce

Browse files
author
Aidan Belton
committed
Fixed typo in FilterSelector/select.cpp
1 parent c0969fa commit 45ab2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/FilterSelector/select.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ int main() {
5151
HasOpenCLDevices = true;
5252
} else if (Backend == backend::cuda) {
5353
HasCUDADevices = true;
54-
} else if (Backedn == backend::rocm) {
54+
} else if (Backend == backend::rocm) {
5555
HasROCmDevices = true;
5656
}
5757
}

0 commit comments

Comments
 (0)