-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
ci: update tests workflow to use centralised reusable workflow and auto-suggest format changes #159
Conversation
FormatPR
Are the failures stemming from |
The current failure is just the depwarn JuliaGPU/GPUCompiler.jl#616 ? |
The depwarns are from an old version, @avik-pal do you know why the old version is there? |
https://github.com/EnzymeAD/Enzyme.jl/blob/e1edaf7482dee3be5bcf35afb7527cea808a1f07/Project.toml#L39 doesn't support the latest GPUCompiler yet. I think LLVM.jl 8 was the blocking issue there maleadt/LLVM.jl#435 (cc @wsmoses) |
(NOTE TO SELF) LuxTestUtils ( DeepEquilibriumNetworks.jl/Project.toml Line 47 in de2c730
|
@wsmoses I thought you said v0.12.33 should do it? https://github.com/SciML/DeepEquilibriumNetworks.jl/actions/runs/10562146339/job/29259477769?pr=159#step:6:71 |
I said that bumped the gpucompiler compat, the deprecation from llvm.jl can’t be fixed til we drop old Julia’s with the new LTS (since the function is indicative of Julia version config for older Julia) |
@avik-pal you got this as part of your other update? |
yeah, I will merge that and then figure out the failure here. |
Remove the `FormatCheck` workflow, since code in the repository should always be compliant with the SciML style, thus eliminating the need for automated formatting PRs.
edc9fe4
to
528b4fd
Compare
Once |
Follow up to #153.