Valentin Churavy
Valentin Churavy
In #2029, I choose `:static` as the default since we can assume that most of the Trixi loops have decent work-balance, but I did not foresee the nested use-case. I...
Okay, current status: 1. Removed `AbstractHeterogenousContainer` and replaced it with a `storage_type` function that uses Adapt infrastructure for wrapped arrays. 2. Started writing some docs on heterogeneous computing & Trixi...
>Puh. Do you have a rough idea about how much overhead (downloading + precompilation) this will add to the non-CUDA CI runs? That is, are we talking about tens of...
This looks like `test_trixi_include` is passing through an expression and is not widening getting it from the parent scope. ``` /var/lib/buildkite-agent/builds/gpuci-4/julialang/trixi-dot-jl/examples/p4est_2d_dgsem/elixir_advection_basic.jl elixir_advection_basic.jl (Float32): Error During Test at /var/lib/buildkite-agent/builds/gpuci-4/julialang/trixi-dot-jl/test/test_trixi.jl:186 Got exception...
Yeah, the issue seems to be that the symbol "CuArray" is "copy-pasted" into the module instead of resolving it ahead of time to `Main.CUDA.CuArray`. So I would need to put...
Next steps: 1. Symbol support for AMDGPU 2. Noisy loading failure for AMDGPU https://github.com/JuliaGPU/AMDGPU.jl/issues/794 3. `elixir_advection_basic.jl (Float32) ` 4. Invalidations? 5. Downgrade? 6. Aqua ``` Aqua.jl: Error During Test at...
Ok, I seem to have won the battle against the downgrade CI. From my perspective this is now done. Code-coverage is tricky since we have multiple CI services is now....
@ranocha added a news entry as well.
In the future should I squash the PR beforehand? I normally adjust the commit message before I squash merge so that it is useful (instead of my messy development history)
Hm. For ``` (workspace) pkg> st -m Status `~/src/experiments/workspace/Manifest.toml` (empty manifest) ``` there is: ``` (workspace) pkg> st -m --workspace Status `~/src/experiments/workspace/Manifest.toml` [a4c015fc] ANSIColoredPrinters v0.0.1 ... ``` And I think...