mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
fix the errors (#2771)
This commit is contained in:
@@ -28,16 +28,10 @@ if [ $# -ge 1 ]; then
|
||||
REST_ARGS=("$@")
|
||||
;;
|
||||
*)
|
||||
echo "No GPU targets provided, using default targets: gfx908;gfx90a;gfx942"
|
||||
GPU_TARGETS="gfx908;gfx90a;gfx942"
|
||||
shift 1
|
||||
REST_ARGS=("$@")
|
||||
;;
|
||||
esac
|
||||
else
|
||||
echo "No GPU targets provided, using default targets: gfx908;gfx90a;gfx942"
|
||||
GPU_TARGETS="gfx908;gfx90a;gfx942"
|
||||
shift 1
|
||||
REST_ARGS=("$@")
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user