Skip to content

Latest commit

 

History

History
180 lines (152 loc) · 8.84 KB

File metadata and controls

180 lines (152 loc) · 8.84 KB

C++ links: computer architecture - GPU

See also: computer architecture


Articles & Papers


CUDA

CUDA: Books

CUDA: Courses

CUDA: Documentation

CUDA: Software

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