suggestions

can anyone suggest me good books (or links or articles) on GPU architecture? something explaining about GPU memory, data movement, communication with host, etc…

I feel really lost.

many thanks,
Dolf

Hey Dolf,

You might try taking this parallel programming online course from Udacity

It uses CUDA C but goes in depth on parallel programming but with GPUs in mind.

Or are you looking for something else?

-Mat

Hey Mat,
Happy holidays.

Is it free course? for sure I will check
I was thinking of something along the lines of GPU architecture. Do you have a good link?

thanks,
Dolf

Yes, it’s a free class and they do go into some aspects of the GPU architecture, though from a software perspective. I don’t know of any class that focus just on the hardware perspective.