-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore/ci: Print if stamp is missing #124
base: master
Are you sure you want to change the base?
chore/ci: Print if stamp is missing #124
Conversation
* fix panic calling code and iteration order * handle rust name mangling * fix iteration order
* Warn if the shadow will have internal immutability * improve error msg
* impl new modes for higher order ad * fix fwd void ret case
…t checked out (EnzymeAD#107) * chore: Use correct commit hash as github cache key * chore: Clone with submodules This will also initialize all the "doc" submodules, which might prove too much.
* finish method / trait support
* fix fwd test case * simplify
* ci: update rustbook tests to use ENYZME_LOOSE_TYPES * Update .github/workflows/enzyme-ci.yml Co-authored-by: Jed Brown <[email protected]> --------- Co-authored-by: Manuel Drehwald <[email protected]>
* Update enzyme-ci.yml We don't need to build LLD (takes 2.5 min), we just want to use some LLD for linking. We also don't need llvm plugins. * Update enzyme-ci.yml * Update .github/workflows/enzyme-ci.yml Co-authored-by: Jed Brown <[email protected]> * Update enzyme-ci.yml * Update enzyme-ci.yml or will it be --enable-use-lld? stay tuned. * Update enzyme-ci.yml * Update enzyme-ci.yml authored-by: @jedbrown * Update enzyme-ci.yml * Update enzyme-ci.yml * Update .github/workflows/enzyme-ci.yml Co-authored-by: Tim Gymnich <[email protected]> * Update enzyme-ci.yml * Use vendored llvm * Update enzyme-ci.yml * Update enzyme-ci.yml * Update enzyme-ci.yml * Update enzyme-ci.yml * Revert "Update enzyme-ci.yml" This reverts commit 9ec1139. * Revert "Update enzyme-ci.yml" This reverts commit 84fe269. * Fxing lld rebuild Co-authored-by: I-Al-Istannen <[email protected]> --------- Co-authored-by: I-Al-Istannen <[email protected]> Co-authored-by: Jed Brown <[email protected]> Co-authored-by: Tim Gymnich <[email protected]> Co-authored-by: William Moses <[email protected]> Co-authored-by: Tim Gymnich <[email protected]>
* Be a bit more aggressive with caching
This is indeed the case. I am not quite sure how it uploaded a partial cache (or maybe restoring is incomplete?), but GitHub does not seem to allow inspecting caches. |
4f0389e
to
012062a
Compare
This is just a small test because it looks like the CI cache does not contain the relevant stamp file (based on other PRs).