Skip to content

Commit 03d7415

Browse files
committed
fixes in order to determine exact backend need to be ported to rust bindings
1 parent 6514984 commit 03d7415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/defines.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub enum AfBackend {
5757
/// CUDA Compute Backend
5858
AF_BACKEND_CUDA = 2,
5959
/// OpenCL Compute Backend
60-
AF_BACKEND_OPENCL = 3
60+
AF_BACKEND_OPENCL = 4
6161
}
6262

6363
impl Display for AfError {

0 commit comments

Comments
 (0)