v0.6.3
Highlights:
- Documentation
- Add documentions for layout (#900) (by 彭于斌)
- Examples
- Add
waterwave.py
(#792) (by 彭于斌)
- Add
- Intermediate representation
- Language and syntax
- 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 usex ** 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 彭于斌)