Rit
Results
1
issues of
Rit
**Describe the bug** Data-oriented class with python objects may cause memory leak. **To Reproduce** ```py import gc import os import psutil import taichi as ti @ti.data_oriented class X: def __init__(self):...
potential bug