Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b2977af

Browse files
committed
Add description and license fields for cuda,opencl interop crates
1 parent b9bbea5 commit b2977af

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

‎cuda-interop/Cargo.toml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "af-cuda-interop"
33
version = "3.7.1"
4+
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 OpenCL code in rust and ArrayFire."
45
authors = ["Pradeep Garigipati <pradeep@arrayfire.com>"]
6+
documentation = "http://arrayfire.github.io/arrayfire-rust/af_cuda_interop/index.html"
7+
homepage = "https://github.com/arrayfire/arrayfire-rust"
8+
repository = "https://github.com/arrayfire/arrayfire-rust/tree/master/cuda-interop"
9+
license = "BSD-3-Clause"
510
edition = "2018"
611

712
[dependencies]

‎opencl-interop/Cargo.toml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "af-opencl-interop"
33
version = "3.7.1"
4+
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."
45
authors = ["Pradeep Garigipati <pradeep@arrayfire.com>"]
6+
documentation = "http://arrayfire.github.io/arrayfire-rust/af_opencl_interop/index.html"
7+
homepage = "https://github.com/arrayfire/arrayfire-rust"
8+
repository = "https://github.com/arrayfire/arrayfire-rust/tree/master/opencl-interop"
9+
license = "BSD-3-Clause"
510
edition = "2018"
611

712
[dependencies]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /