-
Using `is_contiguous()` on a subspan will result in a compile error. Consider following example:
```
namespace stdex = std::experimental;
std::array buf;
const stdex::mdspan span(buf.data(),3,…
-
The snippet below does not seem to compile
```c++
namespace stdex = std::experimental;
std::vector v(10);
stdex::mdspan a(v.data(), v.size());
stdex::mdspan b = a; // This currently does not comp…
-
Let's remove not used anymore stdex module
-
Let's remove using `stdex` library for (active) frontend codes.
- [x] remove usage of `stdex`
- [x] wait backend to clean `stdex` and rebase to latest
- [x] remove `stdex` module
-
From PR #5507
```
+-- CircleWhileOut(ofm1) -- CircleOutput
CircleWhile --+
+-- CircleWhileOut(ofm2)
```
may have same problem with current type inference logic which …
-
Hi, this is probably my mistake but while using the (awfully convenient) mdspan I encountered unexpected functionality in my program.
I managed to get a minimal reproduction of the bug:
```c++
…
-
Hello.
I try to stream ndjson to file.
And it get me 128MB memory utilization (memory_get_peak_usage(true)).
This is too much for me (since the data size will be even larger than in my benchmark)…
stdex updated
4 years ago
-
Let's check installation
command
```
BUILD_TYPE=Release ./nncc build install
```
Whitelist to build
- https://github.com/Samsung/ONE/blob/master/infra/nncc/command/utcount#L12
Todo
- fin…
-
You can edit the text in code view mode and right scripts that get executed. This can then be sent to the server.
-
Is there any possibility to add global variable by reference?
stdex updated
4 years ago