PaulGannay

Results 13 comments of PaulGannay

Not yet, I'm working on something else right now, but it is the next thing I will tackle. Having a reproducer immediately available will make it easier, thank you @mwarusz.

> 1. The linked issue [Feature request: Function to execute non-parallel code on the device #8080](https://github.com/kokkos/kokkos/issues/8080) mentions `Kokkos::on`. This PR introduces `Kokkos::single`. > Please explain clearly the rationale behind the...

`single` works correctly with both API. Still need to: - add tests (and clean TestDefaultDevelop). - ~~merges the wrappers with the one added in #8190 and put them in a...

No problem, thank you for taking the time to look at it.

Since the map is holding index value used to access views, why do you need a new type in addition to `IndexType`?

Why offer a customisation point for this? Why not use `std::size_t` internally?

> Actually, I am considering that. Although APIs allow `std::array` to specify axes, they should be converted into `std::array` internally > Since it requires more changes, I would like to...

@blegouix I will be finishing the work for this PR. I haven't been able to reproduce the bug you are reporting, even on a GTX1070, so it will be merged...

I do not have access to a windows computer with Cuda so I can't reproduce [staged-continuous-integration / windows / Cuda VS-2022 (pull_request)](https://github.com/kokkos/kokkos/actions/runs/20010719814/job/57379811267?pr=8712). The error is referencing `fpclassify` : `no instance...

@crtrott No, I wasn't aware of this benches, thank you, I'll take a look at it.