-
### Describe the issue
When trying to build onnxruntime v1.19.2 with Openvino 2024.4.0 I am getting this error during the build:
error: no match for ‘operator=’
I am building in a docker containe…
-
The use of `extern crate alloc` is unconditional, which is odd given there is an alloc feature.
My expectation would be that
* everything that doesn't even depend on alloc is always built,
* wh…
-
Hello, that package panics when i try to take a column which has a mysql "Null" type via `mysql_common::Row::take()` method. The error occures on this inner method:
mysql_common/src/value/convert/m…
-
Hi, with driver version 550.90.07 i get this:
```
~$ NVD_LOG=1 vainfo --display drm --device /dev/dri/renderD130
Trying display: drm
3286.873294574 [5842-5842] ../nvidia-vaapi-driver-0.0.12/…
Pesc0 updated
1 month ago
-
Flux instances as jobs have a certain level of resilience -- they can lose compute nodes that are leaves in the TBON and will not be terminated. The idea here is that the node failure _within_ the bat…
-
### Problem Description
Scheduling a memory copy with `hsa_amd_memory_async_copy` and using a dependency signal to start the copy after `hsaKmtMapMemoryToGPUNodes` has returned seems to result in a…
-
> Traceback (most recent call last):
File "main.py", line 34, in
text = lac.run(texts)
File "/home/riceball/anaconda3/envs/tf2/lib/python3.7/site-packages/LAC/lac.py", line 105, in run
…
-
When there are more than 90,000 coordinates (for example an area a bit larger than 300 pixels * 300 pixels), the variogram functions produces "std::bad_alloc" error. I would like to know if there is a…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
The app is built from source as it needs a change for me to start with UI.
Empty new folder open,…
Cunya updated
3 weeks ago
-
I've noticed that there are some mentions of alloc in the commit history and the README, but there isn't actually an "alloc" feature.
Is there some version in the works that needs help?