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

[WIP] Initial AMDGPU support #26

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

carstenbauer
Copy link
Collaborator

@carstenbauer carstenbauer commented Aug 16, 2023

TODOs (at least some of them 😉)

  • AMD GPU CI
  • memory_bandwidth_saxpy_* (runs but values are suspicious/wrong)
  • p2p bandwidth

@carstenbauer
Copy link
Collaborator Author

carstenbauer commented Aug 16, 2023

julia> using GPUInspector, AMDGPU

julia> gpus()
4 devices:
  0: HIPDevice(name="AMD Instinct MI210", id=1) (63.984 GiB / 63.984 GiB available)
  1: HIPDevice(name="AMD Instinct MI210", id=2) (63.984 GiB / 63.984 GiB available)
  2: HIPDevice(name="AMD Instinct MI210", id=3) (63.984 GiB / 63.984 GiB available)
  3: HIPDevice(name="AMD Instinct MI210", id=4) (63.984 GiB / 63.984 GiB available)

julia> memory_bandwidth();
Memory Bandwidth (GiB/s):
 └ max: 1144.27

julia> host2device_bandwidth();
Host <-> Device Bandwidth (GiB/s):
 └ max: 17.47

(cc @lukas-mazur)

@carstenbauer carstenbauer added the enhancement New feature or request label Aug 16, 2023
@carstenbauer carstenbauer marked this pull request as draft August 16, 2023 13:50
@carstenbauer carstenbauer changed the title Initial AMDGPU support [WIPInitial AMDGPU support Aug 16, 2023
@carstenbauer carstenbauer changed the title [WIPInitial AMDGPU support [WIP] Initial AMDGPU support Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant