Tomasetti Romin
Tomasetti Romin
Hi @ajpowelsnl ! I cannot tell you exactly when the PR will be in the starting block... I have several other fixes to do as well (like #6198). Probably not...
Hi there ! We also encountered the problem with `std::enable_if`. The situation is as follows: * 3 templated functions named `from_string` whise purpose is to convert a variable to its...
Unit test fails for Docker image `rocm/dev-ubuntu-22.04:5.3` but not for `rocm/dev-ubuntu-20.04:5.3`
It seems that the `ROCm` toolchain embedded in both images is the same. Comparing the output of ```bash docker run --rm --privileged --group-add=109 rocm/dev-ubuntu-22.04:5.3 hipconfig ``` with the output of...
Unit test fails for Docker image `rocm/dev-ubuntu-22.04:5.3` but not for `rocm/dev-ubuntu-20.04:5.3`
I confirm that it fails with f64e5a66db145ffb8c6dd61b649ab914ddbc058a (latest commit of the `develop` branch as of today). I also confirm that only `defaultdevicetype.half_operators` fails.
Unit test fails for Docker image `rocm/dev-ubuntu-22.04:5.3` but not for `rocm/dev-ubuntu-20.04:5.3`
@dalg24 We are not using half-precision types in our code, and the issue spotted while doing the unit tests of Kokkos in our build pipeline.
Unit test fails for Docker image `rocm/dev-ubuntu-22.04:5.3` but not for `rocm/dev-ubuntu-20.04:5.3`
@crtrott I agree that the problem seems not related to Kokkos. How do we proceed to contact people from AMD?
Unit test fails for Docker image `rocm/dev-ubuntu-22.04:5.3` but not for `rocm/dev-ubuntu-20.04:5.3`
We saw that @e10harvey wrote a lot of these tests. Maybe he is well placed to better understand what is going wrong and how to proceed with people from AMD...
Unit test fails for Docker image `rocm/dev-ubuntu-22.04:5.3` but not for `rocm/dev-ubuntu-20.04:5.3`
@Rombur I am not sure it is related to `GlobalMemory`, because we see this problem occurring for a test running on host. We think we traced down the issue to...
Unit test fails for Docker image `rocm/dev-ubuntu-22.04:5.3` but not for `rocm/dev-ubuntu-20.04:5.3`
* Compiling Kokkos without ROCm device support (i.e. serial or OpenMP) makes the test pass. In that case, `Kokkos::Impl::floating_point_wrapper` is templated on `float`. * When activating device support, `Kokkos::Impl::floating_point_wrapper` is...
I needed to set `DEBIAN_FRONTEND=noninteractive` in other to avoid prompts with this image (`nvidia/cuda:11.0.3-devel-ubuntu20.04`) :scroll: