29.01.2013 Views

Tutorial CUDA

Tutorial CUDA

Tutorial CUDA

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Determining Resource Usage<br />

Compile the kernel code with the -cubin flag to<br />

determine register usage.<br />

Open the .cubin file with a text editor and look for<br />

the “code” section.<br />

architecture {sm_10}<br />

abiversion {0}<br />

modname {cubin}<br />

code {<br />

name = BlackScholesGPU<br />

lmem = 0<br />

smem = 68<br />

reg = 20<br />

bar = 0<br />

bincode {<br />

© NVIDIA Corporation 2008<br />

per thread local memory<br />

(used by compiler to spill<br />

registers to device memory)<br />

per thread block shared memory<br />

per thread registers<br />

0xa0004205 0x04200780 0x40024c09 0x00200780<br />

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

Saved successfully!

Ooh no, something went wrong!