xingchen
xingchen
I have solved it by using g++11 rather than newest g++.
我也遇到了同样的问题,卡住的界面是一样的
 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...