Skip to content
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

Compiled ReverseDiff for training on CPU #722

Merged
merged 6 commits into from
Jun 23, 2024

Zero the gradients

2b00266
Select commit
Loading
Failed to load commit list.
Merged

Compiled ReverseDiff for training on CPU #722

Zero the gradients
2b00266
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 22, 2024 in 1s

4.12% of diff hit (target 97.32%)

View this Pull Request on Codecov

4.12% of diff hit (target 97.32%)

Annotations

Check warning on line 9 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L9

Added line #L9 was not covered by tests

Check warning on line 11 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L11

Added line #L11 was not covered by tests

Check warning on line 21 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L21

Added line #L21 was not covered by tests

Check warning on line 25 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L25

Added line #L25 was not covered by tests

Check warning on line 27 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L27

Added line #L27 was not covered by tests

Check warning on line 29 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L29

Added line #L29 was not covered by tests

Check warning on line 32 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L32

Added line #L32 was not covered by tests

Check warning on line 43 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L43

Added line #L43 was not covered by tests

Check warning on line 46 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L46

Added line #L46 was not covered by tests

Check warning on line 48 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L48

Added line #L48 was not covered by tests

Check warning on line 50 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L50

Added line #L50 was not covered by tests

Check warning on line 55 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L55

Added line #L55 was not covered by tests

Check warning on line 58 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L57-L58

Added lines #L57 - L58 were not covered by tests

Check warning on line 62 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L62

Added line #L62 was not covered by tests

Check warning on line 65 in ext/LuxEnzymeExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxEnzymeExt.jl#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 10 in ext/LuxReverseDiffExt/LuxReverseDiffExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxReverseDiffExt/LuxReverseDiffExt.jl#L10

Added line #L10 was not covered by tests

Check warning on line 12 in ext/LuxReverseDiffExt/LuxReverseDiffExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxReverseDiffExt/LuxReverseDiffExt.jl#L12

Added line #L12 was not covered by tests

Check warning on line 19 in ext/LuxReverseDiffExt/LuxReverseDiffExt.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxReverseDiffExt/LuxReverseDiffExt.jl#L19

Added line #L19 was not covered by tests

Check warning on line 3 in ext/LuxReverseDiffExt/training.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxReverseDiffExt/training.jl#L3

Added line #L3 was not covered by tests

Check warning on line 6 in ext/LuxReverseDiffExt/training.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxReverseDiffExt/training.jl#L5-L6

Added lines #L5 - L6 were not covered by tests

Check warning on line 11 in ext/LuxReverseDiffExt/training.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxReverseDiffExt/training.jl#L11

Added line #L11 was not covered by tests

Check warning on line 13 in ext/LuxReverseDiffExt/training.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxReverseDiffExt/training.jl#L13

Added line #L13 was not covered by tests

Check warning on line 21 in ext/LuxReverseDiffExt/training.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxReverseDiffExt/training.jl#L19-L21

Added lines #L19 - L21 were not covered by tests

Check warning on line 23 in ext/LuxReverseDiffExt/training.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxReverseDiffExt/training.jl#L23

Added line #L23 was not covered by tests

Check warning on line 26 in ext/LuxReverseDiffExt/training.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

ext/LuxReverseDiffExt/training.jl#L26

Added line #L26 was not covered by tests