leokruglikov / CUDA-notes

Personal notes on CUDA programming
46 stars 0 forks source link

Constant & Texture memory #2

Closed leokruglikov closed 1 year ago

leokruglikov commented 1 year ago

Add the non-mentioned texture memory and constant memory description. Section - memory types [DONE]

leokruglikov commented 1 year ago

Add 3D memory indexing from cuda programming guide (the cudaExtent type) Add discussion about the cudaGetSymbolAddress function discussion