Topic 22 Race Condition Matrix Multiplication Exercise

Unlike the previous example, where yi could be accessed and/or updated concurrently via different values of j, here the memory cell accessed cij is fully specified by both i and j: each parallel thread will access a different memory cell.


Last modified: Tue Apr 19 03:56:11 HST 2016