Skip to content

Commit 8e5db9e

Browse files
committed
[ci] Bump analyzers and include enzyme
1 parent 00ab063 commit 8e5db9e

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,14 @@ jobs:
113113
clang-runtime: '21'
114114
debug_build: true
115115

116-
- name: selfh-ubu22-gcc12-runtime18-analyzers
116+
- name: selfh-ubu22-gcc12-runtime19-analyzers
117117
os: self-hosted #ubuntu-22.04
118118
compiler: gcc-12
119-
clang-runtime: '18'
119+
clang-runtime: '19'
120120
coverage: true
121121
cuda: true
122-
#extra_cmake_options: '-DCLAD_ENABLE_ENZYME_BACKEND=On'
122+
extra_cmake_options: '-DCLAD_ENABLE_ENZYME_BACKEND=On'
123+
extra_packages: ' libzstd-dev '
123124
#clang-format: true
124125

125126
- name: ubu24-gcc13-runtime20-benchmarks

tools/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ if (NOT CLAD_BUILD_STATIC_ONLY)
8787
Enzyme
8888
GIT_REPOSITORY https://github.com/EnzymeAD/Enzyme
8989
GIT_TAG v0.0.224
90-
PATCH_COMMAND #${_enzyme_patch_command}
90+
PATCH_COMMAND ${CMAKE_COMMAND} -E rm -rf ${CMAKE_BINARY_DIR}/tools/Enzyme-prefix/src/Enzyme/enzyme/benchmarks
91+
#PATCH_COMMAND #${_enzyme_patch_command}
9192
UPDATE_COMMAND ""
9293
EXTRA_CMAKE_ARGS ${EXTRA_CMAKE_ARGS}
9394
SOURCE_SUBDIR enzyme

0 commit comments

Comments
 (0)