-
This comes from 1684R2 LEWG review on 2022/04/19.
One reviewer pointed out: `string(string_view)` constructor is unconditionally explicit, because it may require an expensive allocation and/or copy…
-
Putting
`#include `
in a source file in Visual Studio 2022, using the VS compiler, results in a compiler error. There is no error when I switch to the LLVM Platform Toolset in my project setti…
-
Add support for compiler explorer.
Compiler Explorer is useful for experimentation with multiple compilers and training. If we can pack all of distributed ranges into a single header file, then you c…
-
### Is this a duplicate?
- [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.m…
-
https://github.com/rapidsai/mdspan/blob/5752ba5b42a8660a573555dab025bcd64ead912e/include/experimental/__p0009_bits/layout_stride.hpp#L301
-
Here are some questions and answers regarding `mdarray`'s design,
that came out of an e-mail discussion to which we responded yesterday.
## Why don't we use universal template parameters (P1985) t…
-
# P2642 (padded mdspan layouts)
## Use cases
1. Overaligned access to the beginning of each contiguous segment of elements
2. Representing column-major or row-major matrices whose stride is g…
-
It was raised at the Rapperswil meeting that the proposal for mdspan (see http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0009r7.html) also provides mechanisms for specifying how memory is la…
-
**Describe the bug**
On windows, trying to build ..\kokkos-tutorials\Exercises\04\Solution fails because the __CUDACC__macro is not defined.
**Please include the following for a minimal reproduc…
-
It looks like the current proposal does not have the usual `a[j][j][k]` syntax.
Since it cannot be an omission :-) , what are the reasons for this absence?
It is available in `std::valarray`, https:…