René Widera
René Widera
> -Dalpaka_BUILD_BENCHMARKS=ON The problem still exists. As I wrote if you only enable benchmarking catch will not found if you not provide an installed catch version externally. ``` cmake ~/workspace/alpaka...
I will provide a fix after lunch!
> Can we change the code to use the `Tag` as template argument ? I am not sure if `Tag` or ´DevecieType` is better. With one eye already looking to...
> I've no idea why the tests failed with rocm 5.7 and passed with 5.1 to 5.6 and 6.0 :( The one that fails is `mathTest`, with `Idx i: 634...
I will close this PR because we merged https://github.com/alpaka-group/alpaka/pull/2300 @sliwowitz feel free at any time to reopen this PR. We will soon switch to C++20 and drop the CUDA compiler...
> There is something wrong with `mdspan` and `icpx`: > > ``` > In file included from /builds/hzdr/crp/alpaka/example/convolution2D/src/convolution2D.cpp:5: > In file included from /builds/hzdr/crp/alpaka/include/alpaka/alpaka.hpp:13: > In file included from /builds/hzdr/crp/alpaka/include/alpaka/acc/AccCpuOmp2Blocks.hpp:36:...
@AuroraPerego Could you rebase this PR that we are sure you have all changes we did in the last weeks.
@mehmetyusufoglu please rebase against develop branch to fix the CI issues
I am not sure if we only call constant methods of the view.
@ichinii Could you isolate the problematic functions in a simple hallo world kernel? If not please post the kernel that we see how you call the math functions.