github taichi-dev/taichi v0.6.3

latest releases: v1.7.1, v1.7.0, v1.6.0...
3 years ago

Highlights:

  • Documentation
    • Add documentions for layout (#900) (by 彭于斌)
  • Examples
    • Add waterwave.py (#792) (by 彭于斌)
  • Intermediate representation
    • Use JIT compilation/evaluation for systematic constant folding (#839) (by 彭于斌)
    • Kernel scalar return support (ArgStoreStmt -> KernelReturnStmt) (#917) (by 彭于斌)
  • Language and syntax
    • ti.sqr(x) is now deprecated: please use x ** 2 instead (#937) (by Yuanming Hu)
    • Kernel scalar return support (ArgStoreStmt -> KernelReturnStmt) (#917) (by 彭于斌)
  • Miscellaneous
    • Remove dependency on glibc 2.27 and improve portability (#931) (by Yuanming Hu)

Full changelog:

  • [release] v0.6.3 (#946) (by Yuanming Hu)
  • [Doc] Add documentions for layout (#900) (by 彭于斌)
  • [IR] Use JIT compilation/evaluation for systematic constant folding (#839) (by 彭于斌)
  • [doc] Update doc for kernel return in #930 (#942) (by 彭于斌)
  • [Lang] ti.sqr(x) is now deprecated: please use x ** 2 instead (#937) (by Yuanming Hu)
  • [ir][refactor] Deprecate ArgStoreStmt (both frontend and CHI) (#936) (by Ye Kuang)
  • [metal] Support KernelReturnStmt (#930) (by Ye Kuang)
  • [Misc] Remove dependency on glibc 2.27 and improve portability (#931) (by Yuanming Hu)
  • [Lang] [IR] Kernel scalar return support (ArgStoreStmt -> KernelReturnStmt) (#917) (by 彭于斌)
  • [Example] Add waterwave.py (#792) (by 彭于斌)

Don't miss a new taichi release

NewReleases is sending notifications on new releases.