-
I'm running an application on a cluster that uses CUDA Aware MPICH (v4.2.2) and UCX (v1.17.0). My application consists of two binaries, a server and a client, so I use the MPMD mode of `mpirun` to exe…
cl3to updated
1 month ago
-
## Introduction
We would like to have an API that allows for static and/or dynamic allocation of memory blocks on cache-able and/or non-cacheable memory.
### Problem description
Allocation of…
-
## Load regions without waiting for apply thread to consume the write batch
Do so by proposing a no-op.
-
{
"regions":[
{
"dev":"region1",
"size":270582939648,
"align":16777216,
"available_size":270582939648,
"max_available_extent":270582939648,
"type":"pm…
-
I would like to make interpreter work on 32bit architechtures. Currently there is no compilation error and regular programs seem to work as expected but various memory readings during syscalls like `I…
-
As a follow up to this [issue](https://github.com/acidanthera/bugtracker/issues/2315).
The "HD3000: IGPU memory corruption errata" in OpenCore config.plist does not, in fact, do anything. Specifica…
-
The intent of the memory domain APIs is to control access to memory regions to user mode. However, in some cases, an active memory partition for a user mode thread may affect the kernel during a syste…
-
I was reading [XPN's article about a TotalMeltdown exploit](https://blog.xpnsec.com/total-meltdown-cve-2018-1038/) and saw that they had updated their code to check which physical addresses were mappe…
-
the current version does not work with Vivado 2022.2 steps to reproduce:
take GIT files, create project in 2020.2, change constraints compile
test with real hardware CR00107 all working
open projec…
-
**_Reported by Andrew Boie:_**
As a developer, I would like to add MPU support to Zephyr so that I can mark memory regions as instructions, read-only data, or read-write data. This should improve the…