Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU architectures #23

Open
lucaparisi91 opened this issue Aug 15, 2024 · 1 comment
Open

GPU architectures #23

lucaparisi91 opened this issue Aug 15, 2024 · 1 comment
Assignees
Labels

Comments

@lucaparisi91
Copy link
Collaborator

lucaparisi91 commented Aug 15, 2024

This is meant to exaplain the main concepts of a GPU architecture that are relevant to GPU programming.
Base material on L11-Accelerated_Architectures.pptx.

For instance explaining:

  • presence of multiple SMs

  • High bandwidth, high latency . Hide latency with multiple threads and fast switching contexts

  • SIMT execution ( blocks are assigned to SMs, threads execute in warps/wavefronts )

  • overview of memory hierarchy: global memory, shared memory, caches

  • GPU and CPU have separate address spaces. Maybe mention unified shared memory ( Grace/Hopper, MI300 architecture )

  • Example architectures ( Volta, AMD MI200 )

@NMannall NMannall self-assigned this Sep 19, 2024
@NMannall
Copy link

NMannall commented Sep 19, 2024

Initial introduction could be based on sections 1.01 from the main ARCHER2 GPU course: https://github.com/EPCCed/archer2-gpu-course/tree/main

Likely worth condensing a little

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants