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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
name: Feature Request
about: Suggest a new idea for Rust wrapper of ArrayFire
title: 'Feature'
labels: 'Feature'
assignees: '9prady9'

---

Description
===========
<!--
* If it is new function you want to add, please raise the feature request on [arrayfire](https://github.com/arrayfire/arrayfire/issues) repository.
* If it is rust specific improvement or enhancement to existing feature, please explain the details.
-->