Open main menu

CDOT Wiki β

Changes

TriForce

5 bytes added, 11:07, 22 March 2019
Assignment 3
Used faster memory
-each thread now remembers which values it has seen in a boolean array
Reduced Thread Divergence/CGMA
- values are only assigned to the grid after the kernel 'solves' the sudoku removing wait times for assigning to global memory
- at value in kernel and rowHas, colHas, boxHas, updated in a single place, reducing wait time for updating