-
### 🐛 Describe the bug
When using `torch.full((n,), v)` to create a tensor with a dynamic value, one receives a `Pending unbacked symbols` error. A simple workaround is to use `torch.ones((n,)) * v…
-
Btw, there is something to be checked about RISC-V, related to the linearization_params. The code was copied from arm, and it should work. But if I'm not mistaken, there are two constraints on ARM tha…
-
for estimate_null_correlation EM algorithm we should add a citation to chapter 5 of yuxin's thesis (Zou, 2021, BAYESIAN VARIABLE SELECTION FROM SUMMARY DATA, WITH APPLICATION TO JOINT FINE-MAPPING OF …
-
### Check for existing issues
- [X] Completed
### Describe the feature
The manual currently states:
> You will need to build from source for:
>
> - architectures other than 64-bit Intel or 64…
-
I'm trying to build one of my z80pack VM's for the RISC-V instead of the ARM cores. Looks like FatFs is not prepared for this yet?
Scanning dependencies of target picosim
[ 10%] Building C object …
-
**Is your feature request related to a problem? Please describe.**
I am trying to convert a SPIR-V shader that uses a dynamic sampler array to wgsl.
However, the `OpExtension "SPV_EXT_descriptor_i…
-
I created a faster float library for RISC-V Hazard3 core. Maybe it could be added to the SDK. The functions have a bit lower precision, but I think for a microcontroller the speed of the float functio…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Simple, if you have a computer with a weird CPU arch (i got a riscv SBC): try to `ssh` using zed i…
-
**What happened**:
To debug a configuration issue I added `--v=3` to the pod to get the used configuration.
**What you expected to happen**:
According to the docs (https://kubernetes.g…
-
### Describe the issue:
When `a` and `v` are structured arrays it is possible for searchsorted to give unexpected results. Unfortunately, my reproducer involves an ~80 MiB array which I am unable …