Taichi(太极)0.8.11 已经发布,这是专为高性能计算机图形学设计的编程语言。
这是 v0.8.10 的错误修复版本。如果你在 Windows 上看到如下过多警告,建议升级到此版本。
- Bug 修复
- [bug] 修复 windows 上外部函数的警告 ( #4079 )
a.py:11: UserWarning: Calling non-taichi function "ti.random". Scope inside the function is not processed by the Taichi AST transformer. The function may not work as expected. Proceed with caution! Maybe you can consider turning it into a @ti.func? a[i] = ti.pow(ti.random(), 2) a.py:11: UserWarning: Calling non-taichi function "ti.pow". Scope inside the function is not processed by the Taichi AST transformer. The function may not work as expected. Proceed with caution! Maybe you can consider turning it into a @ti.func? a[i] = ti.pow(ti.random(), 2)
完整的变更日志:
- [bug] 修复 windows 上外部函数的警告 ( #4079 )
- [misc] 版本升级:v0.8.10 -> v0.8.11(#4053)
- [test] [example] 为 cornell box 添加测试和视频生成。(#4045)
更新说明:https://github.com/taichi-dev/taichi/releases/tag/v0.8.11
暂无更多评论