-
I caught an occurrence of the (internal) Win x64 build of cpptools essentially hanging and `cpptools-srv.exe` skyrocketing to 32 GB. It seems to linger around 8G for a while, then shoot to 32G, fast.…
-
### Dear author, there is a problem about ROS Noetic operation that cannot be solved.
### When I download the function package and put it into a workspace for compilation, the following errors occur:…
-
One of the stickier points is how to handle robust dynamic memory. The fundamental problem is that the pipeline creates intermediate data structures (grids of tiles containing coarse winding numbers a…
-
## Introduction
TLDR: Support in the `multi_heap` component for `realloc()`.
### Problem description
Currently there is no way to perform an implicit `vector.resize()` operation over a `multi_h…
-
Hi,
I have a program which allocates a lot of extra netmap buffers. When there is a lot of them requested ( > 2 millions) the netmap returns them succesfully but I get a segmentation fault when I t…
-
Looking at the Examples, i can see the usage of Postgres Shared Memory, where the Data-Structures are defined in size at compile time. A very useful addition to the pgx Project, would be a shared memo…
-
Jira Link: [DB-8187](https://yugabyte.atlassian.net/browse/DB-8187)
### Description
Rare failures are happening for the TSAN build for SnapshotTxnTest.TruncateDuringShutdown, [source](https://detect…
-
### Description
Tesla K80. Cuda 11.3. CudNN 8.2.
```shell
root@abcbe3e329ca:/workspace/FasterTransformer/build# mpirun -n 2 --allow-run-as-root ./bin/gptj_example
Total ranks: 2.
Device NVIDI…
-
A common pattern in dask is to shuffle distributed data around by some hash-based index. For example, this comes up in merging dataframes. Since the determination of index buckets is typically carried…
-
Currently, in vertx https://github.com/eclipse-vertx/vert.x/blob/adbe97600cc6215f15ce2fac629c89f93618ca8f/src/main/java/io/vertx/core/buffer/impl/VertxByteBufAllocator.java#L25 is NOT reusing the Nett…