05
2022

CUDA编程CUDA实战笔记(14)——页锁定(Page-Locked)主机内存

本系列代码托管于:https://github.com/chintsan-code/cuda_by_example 本篇使用的项目为:copy_timed 之前,使用cudaMalloc ...

CUDA编程CUDA实战笔记(13)——原子性

本系列代码托管于:https://github.com/chintsan-code/cuda_by_example 本篇使用的项目为:hist_cpu、hist_gpu_gmem_atomic ...

CUDA编程CUDA实战笔记(12)——二维纹理内存

本系列代码托管于:https://github.com/chintsan-code/cuda_by_example 本篇使用的项目为:heat_2d 对于图形应用,由于通常为二维,因此二 ...

CUDA编程CUDA实战笔记(11)——纹理内存

本系列代码托管于:https://github.com/chintsan-code/cuda_by_example 本篇使用的项目为:heat_notexture、heat 纹理内存(T ...

CUDA编程CUDA实战笔记(10)——使用事件测量性能

本系列代码托管于:https://github.com/chintsan-code/cuda_by_example 本篇使用的项目为:ray_tracing_noconst_event、ra ...