-
./darknet rnn train cfg/rnn.train.cfg -file shakespeare.txt segfaults immediately both on macOS and Linux when running CPU only. Probably a memory issue as smaller text files (< 850kB seem to work).
…
-
The following program should issue a diagnostic:
```cpp
int main()
{
int x = x;
}
```
I think this is a serious enough problem to be an error by default, even if it's well-formed per C and …
-
Hello,
I have written the wrapper function below
```
template
inline std::pair system_call(const std::string& cmd, CmdArgs&&... cmd_args) {
auto cmd_str = fmt::format(fmt::runtime(cmd),…
-
### Foreword
I had to use the I2C in the peripheral mode in a project using Riot OS in order to make several cards communicating to each other in a bus topology.
However, this mode was impossibl…
-
##### Brief Description
I want to generate a simple binding that converts C# System.string arguments to C++ std::string. After generating the code there's an error in the file Std-symbols.cpp.
O…
-
Janet web servers, especially with large amounts of bytecode and embedded resources would benefit greatly (in the form of reduced memory overhead) if there were ways to share this memory across VM pro…
-
Click to expand!
### Issue Type
Bug
### Have you reproduced the bug with TF nightly?
Yes
### Source
source
### Tensorflow Version
tf 2.12
### Custom Code
No
### OS …
-
When running the clang-tidy pass `clang-analyzer-cplusplus.Move` against the following program, it reports a move-after-free within `std::ranges::sort`.
clang-tidy version 17.0.6
libc++ version 17…
-
[dcl.array] p8 says
> Furthermore, if there is a reachable declaration of the entity that **inhabits the same scope** in which the bound was specified, an omitted array bound is taken to be the same …
-
The zone system for msgpack seems very useful to me. However, in my case, I must implement msgpack with another memory management system.
It seems to me that another struct may be added to the zon…