Nicolas Morales

Results 78 comments of Nicolas Morales

Question: How do we make merging in the PR more tractable? Christian is suggesting that we add in order, with testing: 1. DataType to Extents and vice/versa (verify that a...

> @nliber , @nliber , @crtrott - where are we on this issue? Any items we can tick off the list? still work in progress

Sorry we never responded to this Daniel! My personal thoughts on this are that this would be something very nice but a bit complicated. I think one of the main...

I am using nvcc version `11.8`, this only appears in Debug builds

> I wonder if there was a diagnostic/debugging reason that `modified_flags` was implemented as a countable value over a bool (i.e. for getting number of modify calls made during execution)....

Hmm... `stdex::mdspan` shouldn't compile, we might have a stray using declaration somewhere. All of the stuff merged into the standard should be under `std::` or, better yet, `Kokkos::` (include ``...

> > Thank you for submitting this. This is still also missing some tests and `is_sufficiently_aligned` > > This was on my TODO list -- if you would like, I...

> @pauleonix We've been asked the question "How do I make a view-of-const mdspan from a general mdspan?" enough times that we really should write a C++ Standard Library proposal...

> @nmm0 Thanks for posting! Accessors in general don't promise to have any template parameters. Even if they have a template parameter, they don't promise that it is the element...