You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however the following error is reported: RuntimeError: [struct_llvm.cpp:run@266] Assertion failure: (int)snodes.size() <= taichi_max_num_snodes
Instead, when I use a = ti.field(float, shape=81*81*120), it works well [Memory Profiler] SNode S0root SNode S1dense Total requested dynamic memory (excluding alignment padding): 3,145,904 B
I am wondering what leads to this problems, thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have pre-defined a 81x81 Matrix field to store local stiffness matrix in MPM:
I want to see the memory profile
however the following error is reported:
RuntimeError: [struct_llvm.cpp:run@266] Assertion failure: (int)snodes.size() <= taichi_max_num_snodes
Instead, when I use
a = ti.field(float, shape=81*81*120)
, it works well[Memory Profiler] SNode S0root SNode S1dense Total requested dynamic memory (excluding alignment padding): 3,145,904 B
I am wondering what leads to this problems, thanks.
Beta Was this translation helpful? Give feedback.
All reactions