removing gfx940 and gfx941 targets (#286)

* removing gfx940 and gfx941 targets

* updated changelog

[ROCm/rocprofiler-sdk commit: f5c9663c51]
This commit is contained in:
Bhardwaj, Gopesh
2025-03-18 01:51:12 +05:30
committed by GitHub
parent aef4f2f4c5
commit 9764f96427
4 changed files with 3 additions and 17 deletions
@@ -28,7 +28,7 @@ _DEFAULT_INSTALL_PREFIX = (
)
_DEFAULT_GPU_TARGETS = os.environ.get(
"GPU_TARGETS",
"gfx900 gfx906 gfx908 gfx90a gfx940 gfx941 gfx942 gfx1030 gfx1100 gfx1101 gfx1102",
"gfx900 gfx906 gfx908 gfx90a gfx942 gfx1030 gfx1100 gfx1101 gfx1102",
).split()