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 0621759 commit 6514984Copy full SHA for 6514984
examples/unified.rs
@@ -10,7 +10,7 @@ fn test_backend(){
10
let num_cols: u64 = 10;
11
let dims = Dim4::new(&[num_rows, num_cols, 1, 1]);
12
13
- println!("Create a 5-by-3 matrix of random floats on the compute device");
+ println!("Create a 10-by-10 matrix of random floats on the compute device");
14
let a = match randu(dims, Aftype::F32) {
15
Ok(value) => value,
16
Err(error) => panic!("{}", error),
0 commit comments