Skip to content

Commit

Permalink
Merge branch 'main' into raultorres/remove_kokkos_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rauletorresc authored Jul 30, 2024
2 parents 6d9457d + 6ee889b commit a0a9eec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-linux-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
-DCMAKE_CXX_VISIBILITY_PRESET=protected \
-DLLVM_ENABLE_LLD=ON
cmake --build enzyme-build --target EnzymeStatic-18
cmake --build enzyme-build --target EnzymeStatic-19
catalyst-linux-wheels-x86-64:
needs: [constants, build-dependencies, determine_runner]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-macos-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
-DENZYME_STATIC_LIB=ON \
-DCMAKE_CXX_VISIBILITY_PRESET=hidden
cmake --build ${{ steps.setup_env.outputs.dependency_build_dir }}/enzyme-build --target EnzymeStatic-18
cmake --build ${{ steps.setup_env.outputs.dependency_build_dir }}/enzyme-build --target EnzymeStatic-19
catalyst-macos-wheels-arm64:
needs: [constants, build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-macos-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
-DENZYME_STATIC_LIB=ON \
-DCMAKE_CXX_VISIBILITY_PRESET=hidden
cmake --build enzyme-build --target EnzymeStatic-18
cmake --build enzyme-build --target EnzymeStatic-19
catalyst-macos-wheels-x86-64:
needs: [constants, build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/linux_arm64/rh8/build_enzyme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ cmake -S /catalyst/mlir/Enzyme/enzyme -B /catalyst/enzyme-build -G Ninja \
-DLLVM_DIR=/catalyst/llvm-build/lib/cmake/llvm \
-DENZYME_STATIC_LIB=ON \
-DCMAKE_CXX_VISIBILITY_PRESET=hidden
cmake --build /catalyst/enzyme-build --target EnzymeStatic-18
cmake --build /catalyst/enzyme-build --target EnzymeStatic-19

0 comments on commit a0a9eec

Please sign in to comment.