Daniel Arndt

Results 789 comments of Daniel Arndt

Adding `const` should do the trick, see https://godbolt.org/z/YxM4Wf4q1.

Please also post your `detailed.log`.

I'd expect that the failure comes after the latest update for the default compiler.

Fixed in https://github.com/intel/llvm/pull/17055 (which unfortunately isn't even contained in 2025.1.0).

https://github.com/kokkos/kokkos/pull/8051 or https://github.com/kokkos/kokkos-kernels/pull/2616 should provide a workaround.

Fixed in https://github.com/kokkos/kokkos/pull/8051.

We need to decide first on SpaceAccessibility for HMM like in https://github.com/kokkos/kokkos/issues/7607 and #7567 for this not to break intended use cases.

> We have to clarify `accessibility` properties: is it memory that can be accessed from the device or memory that is valid from any device-library functions like `*memcpy/memset/...` I would...

We decided that we want for now to allow people to to wrap raw pointers on APUs that come from any allocation and that we would only check the allocation...