Commit 1dd64f3c authored by lijian's avatar lijian
Browse files

update shca rocshmem.


Signed-off-by: default avatarlijian <34831075+lijian0711@users.noreply.github.com>
parent cd72025b
...@@ -144,7 +144,7 @@ build_rocshmem() ...@@ -144,7 +144,7 @@ build_rocshmem()
cd third-party/rocshmem/ cd third-party/rocshmem/
git config --global --add safe.directory . git config --global --add safe.directory .
if [ "$BUILD_SHCA" == "ON" ]; then if [ "$BUILD_SHCA" == "ON" ]; then
git checkout 1aab2cf87fe602b6ad62d93b054025fd1afa57bc git checkout 0a05c14ebd47034ed049afb7b896536fcd91a9a7
fi fi
if [ ! -d "build" ]; then if [ ! -d "build" ]; then
mkdir -p build mkdir -p build
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment