-
In order to support multiple distribution mechanisms and various use cases, I have some ideas around how to create meta-rings.
This is how you might do rack awareness, or smarter speed/density tradeo…
-
Hi,
I am having the following error on dataset containing only two classes (two values of score- 1,2). Also, the segmentation fault error occurs on different epochs.
![screen shot 2016-05-29 at 3 …
-
### boom.py:
```python
from lxml import etree
import xmlsec
template = etree.parse('sign1-res.xml').getroot()
xmlsec.tree.add_ids(template, ["ID"])
```
with [`sign-res.xml` coming from the …
-
When I check out https://github.com/urbanopt/urbanopt-geojson-gem/tree/os38 bundle install works fine. So does `bundle exec rake spec`. I want to run measure tests but I can't run them directly either…
-
Go to definition via rust-analyzer with the configuration generated by `make rust-analyzer` is not working for out of tree builds `make O=...`.
Probably related to https://github.com/rust-lang/rust…
-
**Background:** Renesas RX core is a proprietary architecture from Renesas, currently it's not supported on upstream Zephyr yet. We are proposing to add support for the Renesas RX architecture to Zeph…
-
I encountered a segmentation fault when running a Python script with deep recursion on PyPy with JIT disabled. The issue consistently occurs when the recursion depth increases. The same code runs with…
-
The [rp2350 SVD file](https://github.com/cmsis-svd/cmsis-svd-data/blob/main/data/RaspberryPi/rp2350.svd) has a long, multi-line description tag inside the root device element:
```
Raspbe…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/d…
-
While working with DPCPP (https://github.com/intel/llvm) compiling SYCL kernels targeting ROCm (gfx908) I came across the gdb error. It is true that there are some issues with compiling the SYCL kerne…