-
As part of general hardening, we should enforce both in the ELF loader and at the guest-physical to host-virtual translation layer that any executable code in the guest is not also writable (W^X).
…
-
I have another problem, the problem occurred when I started the official mirror
![image](https://user-images.githubusercontent.com/33534492/92430014-3dbf7e80-f1c6-11ea-80e0-180319fa4cbf.png)
I t…
-
### 1. Issue or feature description
Running the example on a T4 GPU:
I am getting the following error when running docker-compose up
ERROR: Service 'nbody' uses the IPC namespace of container 'm…
-
When I am using NBminer in ubuntu, I had the following output under command `nvidia-smi`
```
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 410.48 …
-
### Is there an existing CVA6 bug for this?
- [X] I have searched the existing bug issues
### Bug Description
I want to modified the cva6 decoder to decode a custom instruction, so I use `.in…
-
I installed the nvidia-docker2 following the instructions. When running the following command I will get the expected output as shown.
sudo docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu…
-
Platform:raspberry pi 4b + archlinuxarm
GPU, drivers, and screen setup: GPU:broadcom VideoCore VI
Drivers:xf86-video-fbdev
When I try to st…
-
Silke (@silkeh), 2023-08-06 13:14:54 UTC
Now systemd [will drop support](https://lists.freedesktop.org/archives/systemd-devel/2022-September/048352.html) for *unmerged-usr* se…
-
**Test case**
```systemverilog
`define width(x) [x-1:0]
module counter (
input clk, // Clock
input rst_n, // Asynchronous reset active low
output `width(9) value
);
logic [8:0] val…
-
Hello everyone,
we have recently set up a rootless docker instance alongside our existing docker on one of our servers, but ran into issues mounting host GPUs into the rootless containers. A workar…