-
I am fairly certain that it is possible to write an allocator for rrb trees which uses a precise mark sweep garbage collector. We did it for 2-3 trees for a project and I don't see anything fundamenta…
-
Custom allocators (`#[global_alloc]`) come with all sorts of exciting interactions with the operational semantics:
- The compiler is allowed to optimize away calls to them even if these calls have sid…
-
I am unable to compile my library project which depends on mc-sgx-core-types when using a build target where os = none.
in mc-sgx-core-types lib.rs file, there is a call to register a custom getran…
-
In https://github.com/python/cpython/issues/125703 @markshannon has raised that he is unhappy about the performance implications of where these hooks are placed and in a call we discussed that he has …
-
[root@localhost dist]# python3 -c "import paddle; paddle.utils.run_check()"
I0722 12:18:07.275084 1318483 init.cc:236] ENV [CUSTOM_DEVICE_ROOT]=/usr/local/python310/lib/python3.10/site-packages/paddl…
-
如果安装paddlepaddle==3.0.0b0 和paddlecustomdevice==3.0.0b0,则验证报错
[root@localhost dist]# python3 -c "import paddle; paddle.utils.run_check()"
I0722 12:18:07.275084 1318483 init.cc:236] ENV [CUSTOM_DEVICE…
-
`cargo miri` reports data race when using `CompressionPolicy::High` with `Freelist::Optimistic` or `Freelist::Pessimistic` and a reclaim happens in the CAS error branch, not sure if the data race happ…
-
I'm trying to figure out the possibility to realize an analog of [POST++](http://www.garret.ru/~knizhnik/post.html) for Rust. This would allow to store plain structs, containers and other instances of…
-
### What happened?
Since upgrading to Kubernetes v1.31 we have occasional observed that `kube-controller-manager` allocates a PodCIDR for a new node which is already allocated for an existing node …
-
Thank Markot for discovering this issue and further investigating a thorough solution to it. All of the information provided are quoted from the Discord chat by Markot.
**Description**
As of 2018,…