Skip to content

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