Taichi(太极)0.7.13 发布,为高性能计算机图形学设计的编程语言
Taichi(太极)0.7.13 已经发布,这是专为高性能计算机图形学设计的编程语言。
此版本具体更新内容如下:
变更日志
- [bug] 禁用 CUDA 的 test_dense_dynamic(#2179)
- [type] 在存储所有组件时应用 quant_opt_atomic_demotion(#2176)
- [type] 改进 bit struct store fusion 和 atomic demotion(#2175)
- [refactor] 将与 LLVM CustomType 相关的功能移至 codegen_llvm_quant.cpp(#2173)
- [async] 添加选项 async_opt_fusion_max_iter(#2170)
- [async] 将 async_flush_every 的默认值设置为 50(#2169)
- [infra] 支持 Timelines 作为 multithreading profiler(#2164)
- [misc] 添加实验性的 Python 3.9 支持(#2157)
- [cuda] 在 ti.init 中加入参数"gpu_max_reg"(#2161)
- [opt] [async] 改进 full_simplify 和 optimize_dead_store(#2160)
- [misc] 为 macOS 启用 pypi 上传(#2159)
- [misc] 删除了 codegen_cc.cpp 中的 3 条调试信息(#2158)
- [type] 更新自定义数据类型 API(#2147)
- [type] 在 metal 上支持 basic custom int/float 类型(#2145)
- [type] Local adder structure(#2136)
- ......
更新说明:https://github.com/taichi-dev/taichi/releases/tag/v0.7.13
