cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Tristan23
Journeyman III

APU / Memory transfers

Hi there,

I was jus thinking: Why do I, the programmer, have to care about things like zero-copy memory buffers?

The APU / compiler / driver should be smart enough to optimize memory transfers for me.

 

cheers,

T.

0 Likes
1 Reply
lupescu_grigore
Journeyman III

My opinion :

You should consider that the underlying architecture might not be an APU but CPU+GPU hence one should be able to hide memory transfer latency some other way ( through "stream" like processing for instance ). I don't think some things should be hidden.

0 Likes