Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 557 Bytes

exercise2_study_clinfo.md

File metadata and controls

12 lines (9 loc) · 557 Bytes

Exercise 2: Study your GPUs

Execute clinfo.ijm from here. It will print out information about installed GPU devices.

Image

From this log answer these questions

  • What GPU is used per default?
  • Home much memory does it have available?
  • How large can a single image be when being processed in the GPU?
  • Assume your image stack is 1024x1024 pixels large and of type 32-bit float, how many planes can it have so that it still fits in GPU memory?