Skip to content

Commit ab49215

Browse files
author
Jason Ramapuram
committed
Merge branch 'feature/unified' of https://github.com/arrayfire/arrayfire-rust into feature/unified
2 parents 328f971 + 03d7415 commit ab49215

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 AfBackend {

0 commit comments

Comments
 (0)