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
Update crate with new APIs added for upstream 3.8 release
- max ragged API, docs and example
- API for cov, var & stdev fns that accept bias enum
- bitwise complement
- Bump up Crate version to 3.8.0
- Update GitHub Action CI to use version 3.8.0 Linux installer
- Update README to reflect package manager packages newly being shipped
starting 3.8.0 release of ArrayFire upstream
Copy file name to clipboardExpand all lines: Cargo.toml
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
edition = "2018"
3
3
name = "arrayfire"
4
4
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