-
Running Mint 21 (Ubuntu 22.04). `cmake` ran fine, `make` gives some c errors.
```
user@computer:/iLASH/build$ cmake ..
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identifi…
-
While working with C programming, I tried using the following code:
`// Create semaphore`
` semaphoreID = semget(SEM_KEY, 1, 0666 | IPC_CREAT);`
` batherSemID = semget(BATHER_SEM_KEY, 1, 066…
-
After triggering a kernel panic, the system can be rebooted but the test just failed with error. I notice a workaround is to execute the kernel panic trigger command by `tmt-reboot`.
Not if the t…
coiby updated
1 month ago
-
Hello, when trying to implement the library, I've come across an issue.
My application relies heavily on downloading assets at runtime. I noticed, that when downloading and parsing files, the Enter V…
-
Due to the specific application scenario, I only want to use inter-process communication and not intra-process communication. For example, within the same process, there is a writer_1 and a reader_1, …
-
Steps to reproduce:
1. Connect your MSO5000 scope to your PC using USB.
2. Start NGScopeClient
3. Connect your oscilloscope using USBTMC.
4. See that the NGScopeClient seems to work fine.
…
nm17 updated
2 months ago
-
My system (`Beelink EQR5 AMD Ryzen 7 5825U`) is crashing when I start the tool:
![Fastfetch - AMD Ryzen 7 5825U](https://github.com/user-attachments/assets/8f20e030-199c-4f63-a74c-1d583d12b749)
-
Here is the code I am using, taken directly from the [aws-neuron-samples](https://github.com/aws-neuron/aws-neuron-samples/blob/master/torch-neuronx/transformers-neuronx/inference/meta-llama-3-70b-sam…
-
Due to lack of time, I did not get the change to explore more advanced optimization strategies:
- CPU
* [x] Specialized: Exploit the fact that some parameters are not tunable via CLI to make t…
-
Anybody had this error message before?
'''
bash$ gdl
Server: mq_open (server): Too many open files
bash$
'''