Skip to content

Commit

Permalink
Uncomment cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
iomaganaris committed Feb 26, 2024
1 parent b113e9e commit a76896f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh200_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for backend in cpu_ifirst cpu_kfirst gpu; do

cmake .. -DGTBENCH_BACKEND=$backend -DGTBENCH_RUNTIME=$gt_runtime -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_CXX_COMPILER=$(which g++) -DCMAKE_BUILD_TYPE=Custom -DCMAKE_CXX_FLAGS="-g -mcpu=neoverse-v2 -Ofast -msve-vector-bits=128 -fopt-info-vec-missed -fvect-cost-model=unlimited" -DCMAKE_CUDA_COMPILER=${CMAKE_CUDA_COMPILER} -DGHEX_TRANSPORT_BACKEND=$ghex_backend ${GHEX_CMAKE_OPTIONS} ${XPMEM_CMAKE_FLAGS}
set +x
#cmake --build . --target install --parallel 1 --verbose 2>&1 | tee build_output.txt
cmake --build . --target install --parallel 1 --verbose 2>&1 | tee build_output.txt
popd
done
done
Expand All @@ -46,7 +46,7 @@ for backend in cpu_ifirst cpu_kfirst gpu; do
set -x
cmake .. -DGTBENCH_BACKEND=$backend -DGTBENCH_RUNTIME=$gt_runtime -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_CXX_COMPILER=$(which g++) -DCMAKE_BUILD_TYPE=Custom -DCMAKE_CXX_FLAGS="-g -mcpu=neoverse-v2 -Ofast -msve-vector-bits=128 -fopt-info-vec-missed -fvect-cost-model=unlimited" -DCMAKE_CUDA_COMPILER=${CMAKE_CUDA_COMPILER}
set +x
#cmake --build . --target install --parallel 1 --verbose 2>&1 | tee build_output.txt
cmake --build . --target install --parallel 1 --verbose 2>&1 | tee build_output.txt
popd
fi
done
Expand Down

0 comments on commit a76896f

Please sign in to comment.