-
Satdump crashes/freezes at random intervals. Can be at any time - sat idle waiting for AOS, or halfway through decoding live NOAA pass. Makes no difference if audio is muted, or if SDR is idle
SDR …
-
## error log | 日志或报错信息 | ログ
FATAL ERROR! pool allocator destroyed too early
(nil) still in use
## context | 编译/运行环境 | バックグラウンド
最新
## how to reproduce | 复现步骤 | 再現方法
import torch as nn
import tor…
-
Encountered an interesting bug while trying to port [wasmtime](https://github.com/bytecodealliance/wasmtime/) to illumos, as documented in https://github.com/bytecodealliance/wasmtime/pull/9535.
STR …
-
## 🚀 Feature
Allow users to specify regions where CUDA memory allocations are satisfied from a private pool.
## Motivation
CUDA graph capture is our main motivation. But it seems like a handy…
-
### Describe the usage question you have. Please include as many useful details as possible.
@zhztheplayer
```
/**
* Constructor.
*
* @param allocator a context allocator associate…
-
There are 2 missing features on the new adaptive pool:
1. NUMA friendliness: the hashing of thread's id and the policy/strategy to pick a specific magazine in the allocation path are not customizab…
-
A gstreame pipeline involving a video test source and two loopback devices prints error message "buffer 0 was not queued, this indicate a driver bug" to my tmux terminal.
Versions:
- GNU/Linux 5.4…
step- updated
3 weeks ago
-
**Output of 'strings libarm_compute.so | grep arm_compute_version':**
arm_compute_version=v24.02.1 Build options: {'neon': '1', 'opencl': '0', 'openmp': '0', 'cppthreads': '1', 'arch': 'armv8.6-a', '…
-
I encountered a really weird question, here's a very easy test:
```c++
ncnn::UnlockedPoolAllocator ncnn_blob_pool_allocator_;
ncnn::PoolAllocator ncnn_workspace_pool_allocator_;
ncnn::Net ncnn_det…
-
Currently the pooling instance allocator page-aligns each instance in the pool.
This is unnecessary and can lead to wasting some space to alignment padding.
Instances can be aligned according to…