René Widera
René Widera
> Hi @PrometheusPi > > I am installing current PIConGPU dev branch with ISAAC 1.5.2 to verify if they work properly from this case. > > I am having a...
@FelixTUD Could you please test the current dev of PIConGPU together with the release 1.5.2?
@chillenzer Can we automatically run a short regex over the output to remove `'` if we have it as last and first letter?
This will give a small overview about both ways to execute an command https://www.redhat.com/sysadmin/backtick-operator-vs-parens
> 1. Splitting this into several commits might help reviewing this. All changes are in one file splitting it now will only introduce errors. > 2. Most of the changes...
@ichinii, please post the cmake command used to configure and compile. Do you set `-DCMAKE_CUDA_ARCHITECTURES=52` where 52 is the sm level of your target GPU.
https://forums.developer.nvidia.com/t/provided-ptx-was-compiled-with-an-unsupported-toolchain-error-using-cub/168292 is saying you have a driver and toolchain mismatch. - Do you compiled and executed the app on the same system? - Do you have more than one CUDA...
I closed the issue, looks like it is solved
I reponed it again, missed that the original issue is about updating the CI
please update https://github.com/alpaka-group/alpaka/blob/8dbe7c42c647e4b67f22c10a39c36b160f654ecf/docs/source/dev/backends.rst?plain=1#L386 too. It was also forgotten during the change from platform type to platform instance. Maybe we should use here `allocMappedBufIfSupported()`