30.07.2015 Views

Slides - Par Lab

Slides - Par Lab

Slides - Par Lab

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Synchronization ¡ Threads within a block may synchronize with barriers … Step 1 … __syncthreads(); … Step 2 … ¡ Blocks coordinate via atomic memory operations §e.g., increment shared queue pointer with atomicInc() ¡ Implicit barrier between dependent kernels vec_minus(a, b, c); vec_dot(c, c); 15/73

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!