Skip to content

Commit

Permalink
Fix [only downstream]
Browse files Browse the repository at this point in the history
  • Loading branch information
William Moses committed Dec 23, 2024
1 parent d2aba1b commit e754e4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ steps:
build.message !~ /\[skip tests\]/ &&
build.message !~ /\[skip downstream\]/
timeout_in_minutes: 60
soft_fail:
- exit_status: 3

- group: ":eyes: Special"
depends_on: "cuda"
Expand Down
4 changes: 2 additions & 2 deletions ext/EnzymeCoreExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ end
end
push!(seen, prev)
end
fill!(prev, zero(T))
fill!(prev, zero(FT))
return nothing
end

Expand All @@ -604,7 +604,7 @@ end
end
push!(seen, prev)
end
fill!(prev, zero(T))
fill!(prev, zero(Complex{FT}))
return nothing
end

Expand Down

0 comments on commit e754e4e

Please sign in to comment.