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"(#...