Shi Yihao

Results 5 issues of Shi Yihao

The demo progressively consumes CPU memory in the process of simulation When '_kernel_profiler=True_'. ``` import taichi as ti import math ti.init(arch=ti.cpu, default_fp=ti.f32, debug=True, kernel_profiler=True) @ti.data_oriented class DEM: def __init__(self, cmType,...

potential bug
profiler

It seems that Taichi docs missing how to use hash snode. I'm wondering if I can get an example about 'hash snode'. Thank you in advance!

doc

To ensure the accuracy in the numerical simulation in terms of using implicit integration scheme, the type float64 is necessary. So i call for the support the f64 in sparse...

feature request
welcome contribution

When i run the script in /example/knurling.py, the direction of some facets are invalid. RuntimeWarning: invalid value encountered in divide normals /= np.linalg.norm(normals, axis=1).reshape((-1, 1)) in stl.py line 9

when it complie with OpenMPI, what the reason of the error? [ 84%] Built target mpmtest_unit Makefile:100: recipe for target 'all' failed make: *** [all] Error 2