Skip to content

Commit 19fa40c

Browse files
committed
Updated ArrayFire version number
1 parent 237f3cd commit 19fa40c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arrayfire Rust Bindings
22

3-
[ArrayFire](https://github.com/arrayfire/arrayfire) is a high performance library for parallel computing with an easy-to-use API. It enables users to write scientific computing code that is portable across CUDA, OpenCL and CPU devices. This project provides Rust bindings for the ArrayFire library. The wrapper is currently compliant with ArrayFire 3.0 API. If you find any bugs, please report them [here](https://github.com/arrayfire/arrayfire-rust/issues).
3+
[ArrayFire](https://github.com/arrayfire/arrayfire) is a high performance library for parallel computing with an easy-to-use API. It enables users to write scientific computing code that is portable across CUDA, OpenCL and CPU devices. This project provides Rust bindings for the ArrayFire library. The wrapper is currently compliant with ArrayFire 3.2 API. If you find any bugs, please report them [here](https://github.com/arrayfire/arrayfire-rust/issues).
44

55
## Documentation
66

@@ -46,7 +46,7 @@ print(&a);
4646
~/p/arrayfire_rust> cargo run --example helloworld
4747
...
4848
running 1 test
49-
ArrayFire v3.0.0 (CUDA, 64-bit Mac OSX, build d8d4b38)
49+
ArrayFire v3.2.0 (CUDA, 64-bit Mac OSX, build d8d4b38)
5050
Platform: CUDA Toolkit 7, Driver: CUDA Driver Version: 7000
5151
[0] GeForce GT 750M, 2048 MB, CUDA Compute 3.0
5252
Create a 5-by-3 matrix of random floats on the GPU

0 commit comments

Comments
 (0)