Category: CUDA Basics
-
Concepts: Very Simple Simulation Example Suppose you have two arrays:A = [1, 2, 3, 4, 5, 6, 7, 8] B = [10, 20, 30, 40, 50, 60, 70, 80] You want to add them element by element and get C[i] = A[i] + B[i]. Imagine: Thus: Each thread will do…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+