Bureaucrats, cc_docs_admin, cc_staff
2,314
edits
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 | ** 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: |