Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
GPUSquad
26 bytes added
,
10:41, 11 April 2018
→
Assignment 2
int ymin, int ymax, float dx, float dy, float dxxinv, float dyyinv) {//MODIFY to suit algorithm
int j =
blockDim.x * blockIdx.x +
threadIdx.x + 1;
//above: we are using block and thread indexes to replace some of the iteration logic
Tsarkarcd
93
edits