-
**Describe the bug**
offset() on a 3d shape can crash.
Oddly enough, I am only able to reproduce this if (1) The 3d shape dimensions are large, and (2) the offset r is small.
**To Reproduce**
…
-
**Describe the bug**
I get a `Dispatch error : RhiResult(-3)` when trying to run taichi_ngp.py on Windows using Vulkan.
**To Reproduce**
Tried running the script taichi_ngp.py on Windows 11 with …
-
Hello,
This one function call, PruneFreeList(), seems to be slowing down the entire MaxRectsBinPack routine, as it's called after every insert. From what I understand, PruneFreeList() runs a conta…
-
I am both encouraging this development and have specific issues. ParMmg `develop` reports very weird results with Mmg `develop` in anisotropic mode (check below for `nan`, `inf`, and `negative edge le…
-
Hi,
first of all, thanks a lot for sharing.
Regarding the improved part you mentioned in your report, is it in the work plan in the near future?
I would like to know how to make the project supp…
-
**Describe the bug**
The smallest subnormal of the `numpy.float32` dtype is set to zero after `ti.init`, causing computations to fail completely. Oddly, the warning disappears and the correct subnorm…
-
**Describe the bug**
Fresh install on mac works, but after synchronising it with my arch linux through https://inthe.am opening taskwarrior-tui throws this error.
```Unable to parse output of `"…
-
Hi, I really like the algorithms that you used in this project. However, I tried to understand the algorithms that you used in the 'Stack' function.
If you don't mind, please explain or send the rela…
-
**Describe the bug**
TypeError: Cannot loop over the object in Taichi scope. Only Taichi fields (via template) or dense arrays (via types.ndarray) are supported.
How do I make an ndarray of vec3? W…
-
![image](https://user-images.githubusercontent.com/2046227/85794641-f700d300-b704-11ea-9ccf-e16a7afb819a.png)
This divides the items into levels that are the same height and solves each level using…