-
-
Currently the insert_slice_async op is not actually done asynchronously, rather it is decomposed into:
// insert_slice_async %src, %dst, %idx, %mask, %other
// =>
// %tmp = load %src, %mask, %other…
-
Plz review this issue @AdiChat
-
### What should we add?
Brad Mitchell and I are interested in using this transformation pass on backends that do not have "cx" as a basis gate. The current decomposition hard codes the "CX" basis gat…
-
The [Build/install](https://docs.arbor-sim.org/en/latest/install/build_install.html) page should explain how to run Python exension tests.
Running pytest in any of the directories test/, test/unit_…
-
Thanks for creating such a nice library.
I have experienced numerical instability in the Multivariate Gaussian Distributions. For better numerical stability, I wondered if it would be better replac…
-
- [x] `svd` (taking the `n` lowest or uppermost decomposition, just like `symeig`)
- [ ] `solve`
- [x] `(method="cg")`
- [x] `(method="bicgstab")`
- [ ] `(method="gmres")` (#10)
- [ ] `(m…
-
I am decomposing a window of a model of a vehicle I have.
![image](https://github.com/kmammou/v-hacd/assets/39708313/3b1ba111-7b33-48ca-9ca8-01dc7d4ab287)
For some reason, this is resulting in 8 c…
-
![image](https://github.com/user-attachments/assets/07b83c04-a078-4b8b-bfb8-e5f2f9ee6a6c)
**Behavior:**
When decomposing a variant containing an array of variants into an array of variants with th…
-
This issue is to help coordinate adding 'support' to a 120 km 32 vertical levels MPAS mesh. The 120 km mesh has 40,962 grid columns.
To Do:
* Add MPAS Grids to CIME Head
* Add MPAS Grids to CTSM …