Jump to content

RidgeRun CUDA Optimisation Guide/GPU Architecture/Memory hierarchy: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 16: Line 16:
* The constant memory segment can be cached. However,  
* The constant memory segment can be cached. However,  
* if a warp makes a request to <code>__constant__</code> memory where different threads in the warp are accessing different locations, those requests will be serialised.
* if a warp makes a request to <code>__constant__</code> memory where different threads in the warp are accessing different locations, those requests will be serialised.
* The better performance will be achieved when the threads within the warp access the same constant value.
* The best performance will be achieved when the threads within the warp access the same constant value.




1,654

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.