Tamas K. Papp

Results 204 issues of Tamas K. Papp

I understand that the argument type has to match the prepared backend. However, instead of erroring, in some situations it would make sense to just convert to the right type....

core

Please add `copy` method for prep objects if that is feasible. Rationale: no need to invoke `prepare_...` methods again, which require (at least the type of) the original `x` which...

backend
core

I ended up with a corrupted Manifest.toml in 1.12.2 somehow, doing normal package operations, no manual editing of toml files. If this is somehow user error, please close and excuse...

When I use `Revise.retry` on a module (as a workaround until #894 arrives), I get a ton of warning messages about replacing docstrings, along the lines of ```julia julia> Revise.revise(SomeModule)...

Fixes #193. TODO: - [ ] tests - [ ] documentation

I am trying to get to the bottom of docs build errors with JuliaLang/julia/pull/31720. The stacktrace is ```julia [ Info: SetupBuildDirectory: setting up build directory. [ Info: ExpandTemplates: expanding markdown...

Type: Enhancement
Status: stale

What do the tolerances in `EnzymeTestUtils.test_reverse` refer to? The partial derivative? Or the tangent * partial derivative?

Fixes #325. The slice calculation was factored out to a utility function (DRY). Thanks @aikrahguzar for the help. I am happy to implement any suggestions regarding coding style etc to...