Samuel Omlin

Results 107 comments of Samuel Omlin

In this issue has been fully solved meanwhile: all backend-related dependencies were moved into extensions and `init_parallel_stencil` is now simply to be called once per module after `using ParallelStencil.` The...

@carstenbauer : so putting the following in the project.toml of a package would work? ```julia [targets] test = ["Test", "MPIPreferences"] ```

Hi @svretina : thanks for the proposition! It definitely makes sense to add support for Polyester either replacing threads or as an extension. > > Out of curiosity, how much...

@svretina I'm working on adding an extension for polyester

@svretina : https://github.com/omlins/ParallelStencil.jl/releases/tag/v0.13.0

Opening instead an issue on Pkg.jl: https://github.com/JuliaLang/Pkg.jl/issues/3728

@KristofferC Do you have any idea what is wrong here?

@KristofferC : could the reason for the failure be that ParallelStencil itself does not yet use extensions and has both GPU packages as normal dependencies? (This will change shortly and...

@KristofferC : thanks a lot for looking into this. ParallelStencil does now not anymore have AMDGPU and CUDA as fixed dependencies, but as weak dependencies - the corresponding functionality has...