Tomasetti Romin
Tomasetti Romin
Yet another problem: `CMake` version in `Ubuntu 20.04` is `3.16`. It does not support JSON presets yet. So I added the Kitware APT stuff. But all the Kitware websites are...
Seems like something is wrong in the `perfetto` connector. https://github.com/kokkos/kokkos-tools/actions/runs/6432156094/job/17466419907 Edit: @crtrott Any idea? :smile:
It seems that since #7427, we get the move semantic by default (because the `mdspan`-based implementation is used). Meaning that the following test now is fine: ```c++ // This is...
@dalg24 Now is the time to revive this one ! :crossed_swords: Here is why: ```c++ TEST(view, moveable) { using view_t = Kokkos::View; view_t src("src"); view_t dst(std::move(src)); #if defined(KOKKOS_ENABLE_IMPL_MDSPAN) printf("Use mdspan.\n");...
1. If I understand it correctly, a user might want to set the Phalanx device type using `PHX_KOKKOS_DEVICE_TYPE` to be different from what `Kokkos::DefaultExecutionSpace` is. I agree that this is...
1. If I understand it correctly, a user might want to set the Phalanx device type using `PHX_KOKKOS_DEVICE_TYPE` to be different from what `Kokkos::DefaultExecutionSpace` is. I agree that this is...
@cgcgcg @rppawlo Could you reopen this one ? I think it's not over yet :smile: Thanks !
No time for this today ⌚
Nice to read: https://google.github.io/googletest/advanced.html#shuffling-the-tests.