Skip to content
2 changes: 1 addition & 1 deletion build_tools/github_actions/amdgpu_family_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"gfx90x": {
"linux": {
"test-runs-on": "linux-gfx90X-gpu-rocm",
"family": "gfx90X-dcgpu",
"family": "gfx90X-all",
"fetch-gfx-targets": ["gfx90a"],
"sanity_check_only_for_family": True,
"build_variants": ["release"],
Expand Down
8 changes: 8 additions & 0 deletions cmake/therock_amdgpu_targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ function(therock_add_amdgpu_target gfx_target product_name)
endfunction()

# gfx90X family
therock_add_amdgpu_target(gfx900 "Vega 10 / MI25" FAMILY dgpu-all gfx90X-all gfx90X-dgpu
EXCLUDE_TARGET_PROJECTS
hipBLASLt # https://github.com/ROCm/TheRock/issues/1062
hipSPARSELt # https://github.com/ROCm/TheRock/issues/2042
composable_kernel # https://github.com/ROCm/TheRock/issues/1245
rocWMMA # https://github.com/ROCm/TheRock/issues/1944
libhipcxx # https://github.com/ROCm/TheRock/issues/2504
)
therock_add_amdgpu_target(gfx906 "Radeon VII / MI50 CDNA" FAMILY dgpu-all gfx90X-all gfx90X-dgpu gfx90X-dcgpu
EXCLUDE_TARGET_PROJECTS
hipBLASLt # https://github.com/ROCm/TheRock/issues/1062
Expand Down
Loading