arrayfire_fork 3.8.1

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.
1
2
3
4
5
6
7
8
9
10
11
# Summary

- [Getting Started]./getting_started.md
- [Introduction to Vectorization]./vectorization.md
- [Array and Matrix Manipulation]./array_and_matrix_manipulation.md
- [Indexing]./indexing.md
- [Configuring ArrayFire Runtime Environment]./configuring_arrayfire_environment.md
- [Interoperability with CUDA]./cuda-interop.md
- [Interoperability with OpenCL]./opencl-interop.md
- [Multhi-Threading]./multi-threading.md
- [Serialization & Deserialization]./serde.md