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 8893683 commit bba7ef4Copy full SHA for bba7ef4
README.md
@@ -18,7 +18,7 @@ You can find the most recent updated documentation [here](http://arrayfire.githu
18
19
## Supported platforms
20
21
-Linux, Windows and OSX. We recommend using Rust 1.15.1 or higher.
+Linux, Windows and OSX. Rust 1.15.1 or higher is required.
22
23
## Use from Crates.io [](https://crates.io/crates/arrayfire)
24
@@ -69,7 +69,6 @@ af_print!("Create a 5-by-3 matrix of random floats on the GPU", a);
69
```bash
70
~/p/arrayfire_rust> cargo run --example helloworld
71
...
72
- running 1 test
73
Create a 5-by-3 matrix of random floats on the GPU
74
[5 3 1 1]
75
0.7402 0.4464 0.7762
0 commit comments