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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@ GPU Problem: Sometimes you'd like to convert your CPU code to GPU code.
12
12
By strategically using MatrixLog as a logger in your CPU algorithms, you can see which points are dependent from your source arrays to your target arrays.
13
13
This makes converting CPU code to run on GPU, using a utility like [GPU.js](http://gpu.rocks), much easier.
14
14
15
+
Don't understand?
16
+
1. Watch this video: https://www.youtube.com/watch?v=-P28LKWTzrI .
17
+
2. Think of the Leonardo 2's cannons talking with each other to build up their values and how this violates the laws of physics.
0 commit comments