Skip to content

Commit

Permalink
Improve logs and use workaround for runtime activity
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Aug 21, 2023
1 parent 5fb9422 commit cf37a47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ using StatsFuns: StatsFuns, logsumexp, logistic
using Pkg; Pkg.status(outdated=true) # show reasons why packages are held back
end

# Disable Enzyme warnings
Enzyme.API.typeWarning!(false)

# Enable runtime activity (workaround)
Enzyme.API.runtimeActivity!(true)

Random.seed!(1) # Set seed that all testsets should reset to.

const GROUP = get(ENV, "GROUP", "All")
Expand Down

0 comments on commit cf37a47

Please sign in to comment.