-
I sometimes find myself in a situation where I'd like to copy some *strided* data from the host to a SYCL buffer on the device, for subsequent use in a kernel. As it turns out however, the existing AP…
psalz updated
2 years ago
-
-
### Terms:
- ~para 2: connect the "rank" to a particular multidimensional index space.~ (was already done in R15)
- ~paragraph 3: "multidimensional" index space make r in math font, drop (or repre…
-
`mdspan` already contains a factory for creating extents [here](https://github.com/rapidsai/raft/blob/c5054104520f1b1fdba0b2e98f8429a1e57bafdb/cpp/include/raft/thirdparty/mdspan/include/experimental/_…
-
As @mhoemmen rightfully pointed out, there are a few places where we use `mdspan.is_exhaustive()` when what we really mean is `row_major` or `col_major` layout. It's possible for a layout to be exhaus…
-
Per request by @hcedwar, I'm posting the link to the minutes from Saturday LWG small group P0009R8 (mdspan): http://wiki.edg.com/bin/view/Wg21sandiego2018/SanDiego2018P0009
-
I was on the way to create the next example for alpaka and was wondering
what the views which are created with `createView` are used for. The only
use case I see is to be able to copy an n-dim buffer …
-
README says:
C++14 backport (e.g., fold expressions not required)
but I noticed use of fold expressions here:
https://github.com/kokkos/mdspan/blob/fef0c8a40e4bd6111eeee36416593504f50cadf3/includ…
-
We need more samples demonstrating new `cudax::` runtime functionality above and beyond just the vector add.
Let's come up with a plan for the next 3 samples that we should add.
-
[P3355R0](https://wg21.link/p3355r0) Fix submdspan for C++26 (Mark Hoemmen)