112
edits
Changes
TriForce
,→Assignment 2
// Checks whether it will be legal to assign num to the given row, col
__global__ void makeGuess(int* d_a, int guess, int row, int col) {
tidx = row * N + threadIdx.x;
} else {//COLUMNS
tidx = threadIdx.x * N + col;
}