Daisy S. Hollman
Daisy S. Hollman
@ibaned Have you made any progress on this? I already handled this exact thing for something similar in Kokkos tasking; should be a 15 minute fix or so.
@jeffmiles63 The issue is that HPC people have this allergy to extra dependencies, stemming from the lack of good package management in HPC. If we're going to ask people to...
Let me know if you have any questions or need any help! @chriskohlhoff has written a version of the library support part of this and made it public. It's called...
Actually, I read through @chriskohlhoff's code, and I think we're on the same page on everything that's in there. At one point there was some difference of opinion on how...
@dalg24 Can we hook `mdspan` testing into the existing Kokkos testing CI setup so that when we make the switch to `Kokkos::View` backed by `mdspan`, the core of `mdspan` will...
I'll look into this. Thanks for bringing this to our attention!
Thanks! I'll take a look. We're in the process of (finally) integrating this in to our production code base, so we're going to need to fix these things now anyway....
> You expressed the need to set the compiler option `/Zc:__cplusplus`, which I have done. Sorry if I miscommunicated on that. You shouldn't do this by hand. We've fixed that...
@crtrott no, the extra flag for compilation tests that we added seems to be missing still: https://github.com/kokkos/mdspan/blob/1d44c628b3a7e89265f2f92591b5dad5734427d3/CMakeLists.txt#L155-L156
This is a functional change, so we should probably discuss it rather than changing it directly in the paper. I'm just making a list of things we want to change...