Valentin Churavy
Valentin Churavy
> Currently, the packages are installed using the latest registered versions. In the next few days I will update compat. Latest registered where? Not the General registry, right?
In the mean time can you fill out the compat section? This will provide a more useful error to the user.
How much of this is NVPTX specific? Would be great to also have this working on the AMDGPU backend.
So if I understand it right there are two separate issues. The first one is that with `Const(loss)` the reverse pass mutates the input. And then the second issue is...
Yeah that's the goal
So checking that my understanding is correct. The issue is that when during sysimg creation we don't yet have a native cache so we are not filling jit targets based...
``` Error During Test at C:\buildkite-agent\builds\win2k22-amdci6-6\julialang\julia-master\julia-b1c3d856db\share\julia\test\precompile_utils.jl:4 Got exception outside of a @test f35014 not found in sysimg Stacktrace: ``` That looks like a symbol visibility issue? @pchintalapudi might have an...
E.g. maybe something similar to https://github.com/JuliaLang/julia/pull/51530 for just the ccallable?
So `2.` is not an issue, we just checked another cache file on the way. For `3.` Could you try: JULIA_CPU_TARGET='broadwell;skylake'?
One thing we discussed is to safe the cpu_target string of the sysimg and use that as a default for pkgimages. This would mitigate `1.`, but would increase cache-time. @simonbyrne...