Skip to content

Commit

Permalink
.github/workflows/windows.yml: disable verbose rocmlir build
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Aug 20, 2024
1 parent 6991f34 commit b68a42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
:: follows https://github.com/AmusementClub/AMDMIGraphX/blob/develop/requirements.txt
git checkout 8f51edbff77499fbd4d14e38b3efda1d210f6f6e
cmake -S . -B build -G Ninja -D CMAKE_BUILD_TYPE=Release -D CMAKE_PREFIX_PATH="%cd%/../install" -D BUILD_FAT_LIBROCKCOMPILER=ON -D CMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded -Wno-dev
cmake --build build --verbose
cmake --build build
cmake --install build --prefix ../install
- name: Cache HIP SDK
Expand Down

0 comments on commit b68a42a

Please sign in to comment.