Posts by Ricardo Oliveira • 1 point
1 post
-
0
votes2
answers447
viewsA: How to make a matrix sum using shared memory?
From what I saw in the code you do: *matrizSolucao = matriz1[linha][coluna] + matriz2[linha][coluna] I believe you are always putting the sum in the first position, or every sum you make will be…