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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Inspired by NumPy, the NumPower library was created to provide the foundation fo
10
10
<p></p>
11
11
This C extension developed for PHP can be used to considerably speed up mathematical operations on large datasets and facilitate the manipulation, creation and operation of N-dimensional tensors.
12
12
<p></p>
13
-
NumPower was designed from the ground up to utilize AVX2 and the **GPU** to further improve performance. With the use of contiguous single precision arrays, slices, buffer sharing and a specific GC engine,
13
+
NumPower was designed from the ground up to utilize AVX2 and the GPU to further improve performance. With the use of contiguous single precision arrays, slices, buffer sharing and a specific GC engine,
14
14
NumPower aims to manage memory more efficiently than a matrix in PHP arrays
0 commit comments