Skip to content
Open
Changes from 5 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
758d4ec
Add many more ifx versions to CI
vchuravy Jun 11, 2026
e369354
update the versions to match the package names
vchuravy Jun 11, 2026
2e44e66
fixup! update the versions to match the package names
vchuravy Jun 11, 2026
958a0f3
switch the axis of the matrix
vchuravy Jun 11, 2026
3ac5681
Pin ifx 2023.1.0 to LLVM 15
vchuravy Jun 11, 2026
8c18645
Apply suggestion from @vchuravy
vchuravy Jun 14, 2026
87a3b0d
Tweak LLVM versions for later IFX versions
joewallwork Jun 22, 2026
62c50e4
Put list of ifx versions back in
joewallwork Jun 22, 2026
84dd81c
Bump LLVM version for ifx 2026.0
joewallwork Jun 22, 2026
2132de6
Restrict to 2023 releases of IFX
joewallwork Jun 22, 2026
1c5697d
Add note in Fortran bindings README
joewallwork Jun 22, 2026
aca2735
Merge branch 'main' into vc/enzyme_ifx
joewallwork Jun 23, 2026
ab89a01
Tweak 2023.2 version
joewallwork Jun 23, 2026
844bfaa
Drop ifx 2023.2
joewallwork Jun 25, 2026
c971044
Merge branch 'main' into vc/enzyme_ifx
joewallwork Jun 25, 2026
83d2782
Print llvm version
joewallwork Jun 25, 2026
953c26e
Add 2023.2.4 back in
joewallwork Jun 25, 2026
7ff58eb
Enumerate llvm versions
joewallwork Jun 25, 2026
52fc386
Fix IFX CI (#2903)
joewallwork Jun 25, 2026
45f8147
Add missing fortran requirement and drop loadFortran when not needed
joewallwork Jun 25, 2026
de72418
Revert changes to test files
joewallwork Jun 25, 2026
6eea16e
Merge branch 'main' into vc/enzyme_ifx
joewallwork Jun 26, 2026
db55762
Merge branch 'main' into vc/enzyme_ifx
vchuravy Jun 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
matrix:
build: ["Release", "Debug"]
os: [ubuntu-22.04]
llvm: [15, 17]
ifx: ["2023.0.0", "2023.1.0", "2023.2.4", "2024.0", "2024.1", "2024.2", "2025.0", "2025.1", "2025.2", "2025.3", "2026.0"]
include:
- llvm: 15
ifx: 2023.0.0
mpi: 2021.7.1
- llvm: 17
ifx: 2023.2.0
mpi: 2021.7.1
- ifx: "2023.0.0"
llvm: 15
- ifx: "2023.1.0"
llvm: 15
Comment thread
vchuravy marked this conversation as resolved.
Outdated
timeout-minutes: 60
steps:
- name: add llvm
Expand Down
Loading