-
Hi,
After lowering a CUDA program to mlir format using cgeist, I wanted to run some analysis on memory operations. I want to differentiate memory operations which are 'volatile.'
```
__global__…
-
### Is your feature request related to a problem?
I'm wondering if anyone has done any research about implementing hibernation support for ESP32?
The hibernation here means "suspend to non-volat…
-
**Describe the bug**
PCIE devices with the same "Vendor ID" and "Device ID" are randomly passed through to a VM, no matter which one is selected in the VM passthrough configuration.
We have 3 Serv…
-
More than the computational time, `kcp` calculations are strongly limited both in RAM and in space used to store all the output files.
For a 3x3x3 calculation on CsPbBr3, I nearly reached ~500 GB o…
-
Hi folks, sorry for the non-bug/feature request issue.
I am implementing some basic flows to permit us to acquire memory dumps for incident response, and landed on DumpIt (mostly via discovery of t…
-
Hi all!
I'm trying to force the Rust compiler to assume the contents of a `&mut [u8]` has changed after a DMA operation.
In the std library, calls to things like `std::fs::File::read` take a `&mut […
-
Hi,
I'm trying to run a nccl allreduce benchmark on AWS EC2 and running into the following error:
```
register_mr_buffers:544 NCCL WARN NET/OFI Unable to register memory (type = 2) for device 0. …
-
https://pmem.io/
-
**Designate outside-of-program changes to memory accessed by volatile as non-UB**
Context: [An internals thread](https://internals.rust-lang.org/t/loads-and-stores-to-from-outside-the-memory-model/…
-
Currently, we access memory-mapped I/O in a non-volatile fashion, which results in the compiler optimizing the access away under certain circumstances. We should make access to memory-mapped I/O volat…