mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 10:59:55 +00:00
remove support for gfx940 and gfx941 targets (#1944)
* remove support for gfx940 and gfx941 targets
* update changelog
[ROCm/composable_kernel commit: 9b51c08bf7]
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