Jorge Ortega

Results 3 issues of Jorge Ortega

**Describe the bug** Using GGUI with cuda backend fails with VMA assertion. **To Reproduce** ```py import taichi as ti ti.init(arch=ti.cuda) window = ti.ui.Window("GGUI Test", (800, 600)) ``` **Logs** ``` $...

I'm going through euler2d example, and I'm having trouble understanding how accessing elements in the field works. There doesn't seem to be any checks to ensure correct access when i...

question

Hello, and thanks for the great library. I would like to request the addition of RQ decomposition. Although it's fairly trivial to implement RQ in terms of QR ([link](https://math.stackexchange.com/a/1640762)), it...