René Widera
René Widera
@onezillion I tried it now by my own on our dev server, here are some snippets how I compiled. I mixed spack and glm compile by hand because I have...
@onezillion take care I increased the required glm version for ISAAC to 1.0.0 https://github.com/ComputationalRadiationPhysics/isaac/pull/181
@ikbuibui could you please finish this PR
> From offline discussion: We should add a few words about the design philosophy somewhere (probably dev docs). Do you mean for the binning plugin or the log axes implementation?
this pr must be rebased to pass the CI. The shown issue is already solved in the dev branch.
> PS: As an explanation, `clang-format` is run within `pre-commit` since #4817. Which would "report" the necessary changes by editing the files themselves (just like a local run of `clang-format`...
@SergeyKonstantinErmakov I removed all files that should not be part of this PR, rebased, formatted the code, and squashed all into a single commit. I committed all under your credentials.
We should change the link and add a sentence that code style changes will be voted in the separate repository.
`ConstVector` can not be replaced by `constexpr`. The vector is not compile time constant. You can change the containing values at runtime but during the kernel execution values can be...
ping @PrometheusPi @steindev @ikbuibui @BrianMarre @pordyna What is you opinion?