Skip to content

Latest commit

 

History

History
139 lines (121 loc) · 8.33 KB

comparch.gpu.md

File metadata and controls

139 lines (121 loc) · 8.33 KB

C++ links: computer architecture - GPU

Note: see also computer architecture

Articles & Papers

CUDA

CUDA Books

CUDA Courses

CUDA Documentation

Open Source Hardware GPU Projects

Talks

Software

  • PerfTest: GPU texture/buffer performance tester
    A simple GPU shader memory operation performance test tool. Current implementation is DirectX 11.0 based.
  • Pyramid Shader Analyzer
    Pyramid is a free, open GUI tool for offline shader validation and analysis. The UI takes HLSL or GLSL as input, and runs them through various shader compilers and static analyzers.

Simulators