mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
remove support for gfx940 and gfx941 targets (#1944)
* remove support for gfx940 and gfx941 targets * update changelog
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user