Received signal 11 (SIGSEGV)

对两个ti.Vector求dot的时候报错,Received signal 11 (SIGSEGV),请问这种情况要怎么解决
[Taichi] version 0.6.6, supported archs: [cpu, cuda, opengl], commit 5cab3f28, python 3.7.6

Thank for reporting! 能否贴出引起错误的代码?

好像是我的问题,我在python scope里用了a.dot(b),放进taichi scope里就不报错了

1 个赞

谢谢报告。我们正在实现Python-scope里面的矩阵计算: https://github.com/taichi-dev/taichi/issues?q=taichi-scope 。现在大部分矩阵计算只在Taichi-scope里面支持。

是的,感谢耐心!相关 PR:https://github.com/taichi-dev/taichi/pull/1051。