arrayfire 3.8.0

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.
Documentation
<!--
Short description of change in documentation
-->

Description
-----------
<!--
Additional information about the PR answering following questions:

* Is this new addition to documentation ?
* Is this change correction of existing documentation?
* More detail if necessary to describe all commits in pull request.
-->
Fixes: #<issue number> ...

Checklist
---------
- [ ] Rebased on latest master
- [ ] Documentation Generation Successful
- [ ] Documentation Tests Pass