You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cuda-interop/Cargo.toml
+5
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
[package]
2
2
name = "af-cuda-interop"
3
3
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."
Copy file name to clipboardExpand all lines: opencl-interop/Cargo.toml
+5
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
[package]
2
2
name = "af-opencl-interop"
3
3
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."
0 commit comments