Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a7fb8 commit 8df6b05Copy full SHA for 8df6b05
opencl-interop/README.md
@@ -18,12 +18,12 @@ Supported on all platforms [arrayfire-rust][1] is supported.
18
19
Command to build the crate
20
```
21
-cargo build -p af_opencl_interop
+cargo build -p af-opencl-interop
22
23
24
Use the following command to run an example
25
26
-cargo run -p af_opencl_interop --example custom_kernel
+cargo run -p af-opencl-interop --example afocl_custom_kernel
27
28
29
This crate can be used by directly using the packages on crates.io or building them on your own.
0 commit comments