Nicolas Morales

Results 47 comments of Nicolas Morales

I would like to second this, but also be able to specify a different executor for discovering compared to running tests. For example, being able to run tests with multiple...

I updated the PR to also include the mdspan sources like @crtrott mentioned. If you want to use an external mdspan you need to set an advanced option to do...

> What's the point of adding this if it's entirely unused? The idea is to break up the mdspan changes into smaller PRs. The idea is in smaller chunks changes...

> We should make sure that the behavior for finding `mdspan` as an external dependency is consistent with the discussion in [#5053 (comment)](https://github.com/kokkos/kokkos/pull/5053#discussion_r896846533) for `desul`. Ok will update, since I...

The diff is messy right now because its dependence on #4973 but the files to look at are: * core/src/View/MDSpan/Kokkos_MDSpan_Extents.hpp * core/unit_test/TestViewMDSpan.hpp

> @nmm0 can you rebase this? @crtrott Done -- The unit test you added to the TPL PR is in the file TestMDSpan.hpp, while this PR had tests under TestViewMDSpan.hpp...