remove support for gfx940 and gfx941 targets (#1944)

* remove support for gfx940 and gfx941 targets

* update changelog
This commit is contained in:
Illia Silin
2025-03-05 11:07:33 -08:00
committed by GitHub
parent d378233924
commit 9b51c08bf7
28 changed files with 56 additions and 40 deletions

View File

@@ -10,7 +10,7 @@ if [ $# -ge 2 ] ; then
shift 2
REST_ARGS=$@
else
GPU_TARGETS="gfx908;gfx90a;gfx940"
GPU_TARGETS="gfx908;gfx90a;gfx942"
REST_ARGS=
fi

View File

@@ -10,7 +10,7 @@ if [ $# -ge 2 ] ; then
shift 2
REST_ARGS=$@
else
GPU_TARGETS="gfx908;gfx90a;gfx940"
GPU_TARGETS="gfx908;gfx90a;gfx942"
REST_ARGS=
fi