xingchen

Results 4 comments of xingchen

I have solved it by using g++11 rather than newest g++.

我也遇到了同样的问题,卡住的界面是一样的

![image](https://github.com/user-attachments/assets/fe9df94e-ed36-4c4b-82fc-5e5918c9dd8b) In the latest CopyQ version I found this issue again.

I also found a puzzling manifestation of taichi, ```python import taichi as ti import numpy as np ti.init(arch=ti.gpu) num = int(1e9) @ti.kernel def speed_test()->ti.float32: ti.loop_config(serialize=True) s2 = 0.0 for i...