Skip to content

Enzyme tests disabled on Julia 1.12+ due to compatibility issues #817

@ChrisRackauckas-Claude

Description

@ChrisRackauckas-Claude

Problem

Enzyme derivative rule tests are currently disabled on Julia 1.12+ due to compatibility issues between Enzyme and the Julia 1.12 runtime.

Current Workaround

Tests are conditionally disabled in test/runtests.jl:

# Disable Enzyme tests on Julia >= 1.12 due to compatibility issues
if VERSION < v"1.12.0-"
    @time @safetestset "Enzyme Derivative Rules" include("nopre/enzyme.jl")
end

Action Items

  • Monitor Enzyme.jl for Julia 1.12 compatibility updates
  • Re-enable tests once Enzyme supports Julia 1.12
  • Verify all Enzyme derivative rules still work correctly

Related

References

cc @ChrisRackauckas

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions