af-opencl-interop 3.7.1

ArrayFire is a high performance software library for parallel computing with an easy-to-use API. This crate is an addition on top of ArrayFire crate to enable users to mix RAW CUDA code in rust and ArrayFire.
Documentation
[[example]]
name = "custom_kernel"
path = "examples/custom_kernel.rs"

[[example]]
name = "ocl_af_app"
path = "examples/ocl_af_app.rs"
[dependencies.arrayfire]
version = "3.7"

[dependencies.cl-sys]
version = "0.4.2"

[dependencies.libc]
version = "0.2"
[dev-dependencies.ocl-core]
version = "0.11.2"

[package]
authors = ["Pradeep Garigipati <pradeep@arrayfire.com>"]
description = "ArrayFire is a high performance software library for parallel computing with an easy-to-use API. This crate is an addition on top of ArrayFire crate to enable users to mix RAW CUDA code in rust and ArrayFire."
documentation = "http://arrayfire.github.io/arrayfire-rust/af_opencl_interop/index.html"
edition = "2018"
homepage = "https://github.com/arrayfire/arrayfire-rust"
license = "BSD-3-Clause"
name = "af-opencl-interop"
repository = "https://github.com/arrayfire/arrayfire-rust/tree/master/opencl-interop"
version = "3.7.1"