-
The cycle/instret/time/hmpcountern CSRs are optionally accessible from U-mode. In Ibex we hardwire `mcounteren` to 0 meaning these counters cannot be accessed from U-mode. However they are still acces…
-
The current `riscv_csr_test` uses the file https://github.com/lowRISC/ibex/blob/master/dv/uvm/core_ibex/riscv_dv_extension/csr_description.yaml to determine what CSRs to read/write and expected values…
-
Hi, I was playing with CSR as a prospect tool for using sparse matrices in Numba. In my use case, multiplication of a complex matrix and a complex vector is common, e.g.,
```python
import numpy as…
-
## 🐛 Bug
## To Reproduce
```python
@dtypes(torch.double)
def test_matmul_device_mismatch(self, device, dtype):
cpu = torch.rand((10, 10))
cuda = cpu.cuda()
for s, m1, m2 in i…
aocsa updated
3 years ago
-
#8168
Operator (forward pass only unless specified):
- [ ] elemwise_mul(csr, dense) = csr: both forward and backward
- [ ] sum(csr)
- [ ] mean(csr)
- [ ] concat(csr, csr)
- [ ] stack(csr, …
-
emulate_read_csr currently checks if counters are enabled with scounteren when illegal insn traps occur in user mode. Should the same happen for supervisor mode, checking with mcounteren? This is what…
-
### Terraform CLI and Provider Versions
terraform 1.4.6
tls provider 4.0.4
### Use Cases or Problem Statement
Currently the CertificateSigningRequest generated by tls_cert_request has a limited nu…
-
-
### What happens?
I am trying to integrate DuckDb in a Rust Client Side Rendered WASM project as seen here: https://github.com/leptos-rs/leptos/tree/main/examples/tailwind_csr_trunk
When adding …
-
Operator:
- [x] sum(csr) @anirudh2290
- [x] mean(csr) @anirudh2290
- [x] sparse embedding(row_sparse gradient) @eric-haibin-lin
- [ ] concat(csr, csr)
- [x] split_axis(csr) @ZiyueHuang
- […