Damien L-G
Damien L-G
I will post a reference here when it is uploaded
Better late than never https://youtu.be/zkgU2-MoPV8
Just logging that we (the [Kokkos project](https://github.com/kokkos/kokkos)) have been running into that same issue. In all our base images we do ```Dockerfile ARG BASE=properly.pinned/image:tag@hash FROM $BASE # ... ``` and...
Any idea what that "dangling pointer" issue is about?
> This adds a VERSION file. Also, CMake will read the version from the file and it's easily read from scripts, so it will be easier to keep updated in...
> 4. Deep copy host mirror to device (@dalg24 does this transfer the `SequentialHostInit` property)? No it does not
I don't know how Spack usually handles this and whether it needs to be caught before we attempt to configure Kokkos but explicitly disabling the serial backend without specifying what...
@brian-kelley would you run this benchmark https://github.com/kokkos/kokkos/pull/6151#issuecomment-1564392815 on your system?
@brian-kelley Are you satisfied with the fix we merged in develop?
Can we get some benchmark comparison before after on relevant architectures?