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
---
name: Build Error
about: Create a report for errors during the crate build
title: "[Build]"
labels: 'Bug,Build'
assignees: '9prady9'
---

Description
===========
<!--
A short one or two line description of the error
-->

Build Environment
-----------------
Compiler version: <!-- MSVC v140 or gcc 9.3.2 -->
Operating system: <!-- Windows 10; Ubuntu 18.04 -->
Build environment: <!-- Environment variables; Installed software -->

Error Log
---------
<!-- Output of the error log. -->
```

```