Skip to content

Latest commit

 

History

History
175 lines (149 loc) · 8.74 KB

File metadata and controls

175 lines (149 loc) · 8.74 KB

C++ links: computer architecture - GPU

See also: computer architecture


Articles & Papers


CUDA

CUDA Books

CUDA Courses

CUDA Documentation

CUDA Talks

CUDA Talks: 2021


Open Source Hardware GPU Projects


Software

  • PerfTest: GPU texture/buffer performance tester
  • 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.
    • https://github.com/jbarczak/Pyramid

Simulators


Talks