Bruno Turcksin
Bruno Turcksin
> What about the half type and quad type overloads? For a different PR
The goal of xSDK is to be able to compile all the libraries together. That's it. Another solution would be to create a new class that only initializes/finalizes deal.II and...
@kronbichler yes, I like it better. I would let the user initialize Kokkos. When using the bundled version of Kokkos, we only enable the serial backend. So not only we...
> Do any of the testers have ArborX 2 installed? Not yet but I'll switch my nightly to ArborX 2 once this is merged
Try setting the path to boost using `CMAKE_PREFIX_PATH`
You should not need to set both `BOOST_DIR` and `CMAKE_PREFIX_PATH`. `CMAKE_PREFIX_PATH` adds the path to the list search paths used by `FIND_PACKAGE`.
I couldn't reproduce neither on Frontier (MI250X) nor on my desktop (W6800). I don't have access to MI300A.
That function is in C++26 not C++20. You will need to use `KOKKOS_IF_ON_HOST` to call it because it won't work on GPU.
> I would have expected that if you try to use that function on the device, it would just do nothing -- like the function does nothing on the host...
@mwichro What's left to do on this PR? I can help if you want