mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 20:40:07 +00:00
Merge commit '705804d9bf87e1e2fca23c0af231efcdebf76efb' into develop
This commit is contained in:
@@ -25,13 +25,20 @@ if [ $# -ge 1 ]; then
|
||||
GPU_TARGETS=$1
|
||||
shift 1
|
||||
echo "GPU targets provided: $GPU_TARGETS"
|
||||
REST_ARGS=("$@")
|
||||
;;
|
||||
*)
|
||||
echo "No GPU targets provided, using default targets: $GPU_TARGETS"
|
||||
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: $GPU_TARGETS"
|
||||
echo "No GPU targets provided, using default targets: gfx908;gfx90a;gfx942"
|
||||
GPU_TARGETS="gfx908;gfx90a;gfx942"
|
||||
shift 1
|
||||
REST_ARGS=("$@")
|
||||
fi
|
||||
|
||||
cmake \
|
||||
@@ -43,5 +50,5 @@ cmake
|
||||
-D GPU_TARGETS=$GPU_TARGETS \
|
||||
-D CMAKE_VERBOSE_MAKEFILE:BOOL=ON \
|
||||
-D USE_BITINT_EXTENSION_INT4=OFF \
|
||||
$@ \
|
||||
"${REST_ARGS[@]}" \ \
|
||||
${MY_PROJECT_SOURCE}
|
||||
|
||||
Reference in New Issue
Block a user