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: docs/pages/README.md
+62-67Lines changed: 62 additions & 67 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,124 +3,119 @@ Overview {#mainpage}
3
3
4
4
[TOC]
5
5
6
-
Make your code run faster
7
-
-------------------------
6
+
## About ArrayFire
8
7
9
-
ArrayFire will make your code run as fast as possible. It beats
10
-
efforts to manually write CUDA or OpenCL kernels. It beats compiler
11
-
optimizations. It beats other libraries. ArrayFire is the best way to
12
-
accelerate your code.
8
+
ArrayFire is a high performance software library for parallel computing with an easy-to-use API. Its array based function set makes parallel programming more accessible.
13
9
14
-
ArrayFire developers are amazingly talented at accelerating code;
15
-
that's all we do - ever!
10
+
## Easy to use
16
11
17
-
With minimal effort
18
-
-------------------
19
-
20
-
The [array](\ref construct) object is beautifully simple. It's fun to
21
-
use!
12
+
The [array](\ref construct) object is beautifully simple.
22
13
23
14
Array-based notation effectively expresses computational algorithms in
24
15
readable math-resembling notation. You _do not_ need expertise in
25
-
parallel programming to use ArrayFire. A few lines of ArrayFire code
16
+
parallel programming to use ArrayFire.
17
+
18
+
A few lines of ArrayFire code
26
19
accomplishes what can take 100s of complicated lines in CUDA or OpenCL
27
20
kernels.
28
21
29
-
Save yourself from verbose templates, ineffective and complicated
30
-
compiler directives, and time-wasting low-level development. Arrays
31
-
are the best possible way to accelerate your code.
32
-
33
-
On CUDA or OpenCL devices (e.g. GPUs, CPUs, APUs, FPGAs)
0 commit comments