Skip to content

Commit

Permalink
removing tabs and putting whitespaces instead
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed Sep 11, 2024
1 parent 648f7e6 commit 6646d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mi210.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
HIPCC=$(which hipcc)
cmake -S "/kokkos" \
-B "/kokkos/build" \
-D CMAKE_CXX_COMPILER=$HIPCC \
-D CMAKE_CXX_COMPILER=$HIPCC \
-D CMAKE_CXX_FLAGS="-O3" \
-D CMAKE_EXE_LINKER_FLAGS= \
-D CMAKE_INSTALL_PREFIX="/kokkos/install" \
Expand All @@ -55,7 +55,7 @@ jobs:
cd kokkos-kernels/build
HIPCC=$(which hipcc)
cmake -S "/kokkos-kernels" \
-B "/kokkos-kernels/build" \
-B "/kokkos-kernels/build" \
-D CMAKE_CXX_COMPILER=$HIPCC \
-D CMAKE_CXX_FLAGS="-O3 " \
-D CMAKE_INSTALL_PREFIX= \
Expand Down

0 comments on commit 6646d62

Please sign in to comment.