Valentin Churavy
Valentin Churavy
Love that SciML links are broken... Anyways please read the first entry here https://docs.sciml.ai/SciMLSensitivity/stable/faq/ Remember that in forward mode derivative calculations happens in the direction of computation. Thus `dp` will...
``` Constant memory is stored (or returned) to a differentiable variable. As a result, Enzyme cannot provably ensure correctness and throws this error. This might be due to the use...
> SciMLSensitivity isn't even loaded in this example. My point was that SciMLSensitivies has a nice FAQ on this topic and that one should first check that the derivatives of...
Thanks Max!
@giordano can we make the filtering more aggressive and only run CI on the integration test being changed?
In a different program (related though) I see: ``` julia +1.11 --project=. semdg_advection_2d.jl ERROR: LoadError: No forward mode derivative found for jl_get_builtin_fptr at context: %133 = call {} addrspace(10)* ({}...
``` Test Summary: | Pass Fail Error Broken Total Time Overall | 12042 3 2 7 12054 12m39.2s gpuarrays/indexing scalar | 394 3 2 399 44.5s $(device.name) | 394 3...
The Yggdrasil pipeline could probably be used for inspiration, as an example `forerunner` is used to launch a dynamic pipeline based on what code as touched. https://github.com/JuliaPackaging/Yggdrasil/blob/667ec5cba62eb585289d8345de21342f85c70331/.buildkite/pipeline.yml#L9
Where is the `reset` macro from? Is there a prior PR that introduced it?
This was intentionally removed since Impetus to moving to buildkite was that we were having jobs that required bigger matrix jobs than was possible AZP