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: src/lib.rs
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -7,28 +7,25 @@
7
7
//! not be concerned about low-level optimizations that are frequently required to
8
8
//! achieve high throughput on most parallel architectures.
9
9
10
-
//! This crate provides Rust bindings for the ArrayFire library. Given below table shows the rust bindings compatability with ArrayFire upstream. If you find any bugs, please report them on [github](https://github.com/arrayfire/arrayfire-rust/issues).
10
+
//! This crate provides Rust bindings for the ArrayFire library. Given below table shows
11
+
//! the rust bindings compatability with ArrayFire upstream. If you find any bugs,
12
+
//! please report them on [github](https://github.com/arrayfire/arrayfire-rust/issues).
11
13
//!
12
14
//! | arrayfire-rust crate | ArrayFire Upstream |
13
-
//! |:--------------|:---------|
14
-
//! | M.m.p1 | M.m.p2 |
15
+
//! |:--------------------:|:------------------:|
16
+
//! | M.m.p1 | M.m.p2 |
15
17
//!
16
18
//! Only, Major(M) & Minor(m) version numbers need to match. *p1* and *p2*
17
19
//! are patch/fix updates for `arrayfire-rust` & `ArrayFire` respectively,
18
20
//! and they don't need to match.
19
21
//!
20
-
//! ## Tutorials
21
-
//!
22
-
//! - [Getting Started with ArrayFire](./getting_started.html)
23
-
//! - [Introduction to Vectorization](./vectorization.html)
24
-
//! - [Array and Matrix Manipulation](./array_and_matrix_manipulation.html)
0 commit comments