Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed Apr 25, 2024
1 parent 010cade commit 6b11d02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildAndTestRyzenAI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
pushd mlir-aie
pip install -r python/requirements.txt
pip install -r python/requirements_ml.txt
pip install jupyter
#pip install -r python/requirements_ml.txt
#pip install jupyter
VERSION=$(utils/clone-llvm.sh --get-wheel-version)
pip -q download mlir==$VERSION \
Expand All @@ -74,7 +74,7 @@ jobs:
cmake .. \
-GNinja \
-DPython3_EXECUTABLE=$(which python) \
-DCMAKE_INSTALL_PREFIX=$PWD/../mlir_aie \
-DCMAKE_INSTALL_PREFIX=$PWD/../install \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_EXE_LINKER_FLAGS_INIT="-fuse-ld=lld" \
Expand All @@ -95,7 +95,7 @@ jobs:
popd
# Build the repo test target in debug mode to build and test.
- name: Build and test (Assert)
- name: Build and test mlir-air (Assert)
run: |
source air-venv/bin/activate
mkdir build_assert
Expand Down

0 comments on commit 6b11d02

Please sign in to comment.