cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

codeboycjy
Journeyman III

Is shared memory fetch faster than global memory??

Hi:
   Does loading data from shared memory accelerate the letency of fetching data???
   Shared memory ,global memory and global memory fetch, which one costs least??
   (in cuda loading data from shared memory is as fast as that of register)

   thanks for ur help.

0 Likes
1 Reply
genaganna
Journeyman III

   Does loading data from shared memory accelerate the letency of fetching data???

   yes.


   Shared memory ,global memory and global memory fetch, which one costs least??
   (in cuda loading data from shared memory is as fast as that of register)

 

  shared memory fetch costs least.

0 Likes