You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated wrapper to be compliant with ArrayFire 3.2.0
Fixes#31
This change includes the following modifications:
* Update ArrayFire version to 3.2.0 in Cargo file
* Update for ArrayFire submodule
* Refactor of enum AfBackend to Backend
* Added following new functions:
- load_image_native
- save_image_native
- homography
- Window::draw_plot3
- Window::draw_surface
Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[package]
2
2
name = "arrayfire"
3
3
description = "ArrayFire is a high performance software library for parallel computing with an easy-to-use API. Its array based function set makes parallel programming simple. ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it platform independent and highly portable. A few lines of code in ArrayFire can replace dozens of lines of parallel computing code, saving you valuable time and lowering development costs. This crate provides Rust bindings for ArrayFire library."
0 commit comments