Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
GPUSquad
13 bytes removed
,
22:21, 8 April 2018
m
→
Assignment 3
//set right ghost cells
if (threadIdx.x == ntpbXY - 1 && blockIdx.x != d_nBlocks - 1)
bShared[ti+2][tj] = b[
d_ntpbXY* j + i
ij
+1];
//set ghost cell for current thread relative to global memory
Moverall
41
edits