CUDA tutorial: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 187: Line 187:
== Common GPU Programming Strategies ==
== Common GPU Programming Strategies ==
* Constant memory also resides in DRAM- much slower access than shared memory
* Constant memory also resides in DRAM- much slower access than shared memory
** BUT, it’s cashed !!!
** BUT, it’s cached !!!
** highly efficient access for read-only, broadcast
** highly efficient access for read-only, broadcast
* Carefully divide data acording to access patterns:
* Carefully divide data acording to access patterns:
Bureaucrats, cc_docs_admin, cc_staff
2,314

edits

Navigation menu