WuTianyi
WuTianyi
TensorRT后端可以在命令行正确启动但启动很慢。如果不在lizzieyzy的设置文件中设置首次加载katago,则lizzieyzy发现在启动后引擎无反应,就认为引擎崩溃了,请问除了每次手动设置首次加载katago外还有什么办法可以解决这个问题?
**Describe the bug** SparseMatrix build_from_ndarray error when triplets shape lager than 85 **To Reproduce** ```py import taichi as ti ti.init(arch=ti.cpu) N = 20 l=86 triplets = ti.Vector.ndarray(n=3, dtype=ti.f32, shape=l) @ti.kernel...
**Describe the bug** The call to the build_from_ndarray function of SparseMatrix failed. **To Reproduce** Please post a **minimal sample code** to reproduce the bug. The developer team will put a...