Skip to content

Fix hardcoded paths for CI#18

Merged
wsmoses merged 5 commits intoEnzymeAD:mainfrom
jessicacotturone21:fix_ci
Jan 5, 2026
Merged

Fix hardcoded paths for CI#18
wsmoses merged 5 commits intoEnzymeAD:mainfrom
jessicacotturone21:fix_ci

Conversation

@jessicacotturone21
Copy link
Collaborator

No description provided.

run: |
cd LBM
sed -i 's/-fno-experimental-new-pass-manager//g' Makefile
sed -i 's/-Xclang -load -Xclang \$(ENZYME_PATH)/-fpass-plugin=\$(ENZYME_PATH)/g' Makefile
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the latter case, we should be able to avoid the sed (which would be desired) as make should pick up the env var

CUDA_PATH: /usr/local/cuda
run: |
cd LBM
sed -i 's/-fno-experimental-new-pass-manager//g' Makefile
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can avoid this by using the mlir branch of enzyme-gpu-tests wsmoses/Enzyme-GPU-Tests#2

@wsmoses wsmoses merged commit ad20eba into EnzymeAD:main Jan 5, 2026
0 of 2 checks passed
@jessicacotturone21 jessicacotturone21 deleted the fix_ci branch January 5, 2026 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants