"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "a6fb9407fd45e76ccd47d13f08f0dd835967d620"
[Language] Introduce `T.any_of` and `T.all_of` to reduce a bool arrary (#371)
* [Enhancement] Introduce logical operations `any_of` and `all_of` for buffer checks - Added new logical operations `any_of` and `all_of` to the TileLang language interface, allowing users to check conditions across buffer elements. - Implemented corresponding intrinsic calls for CUDA, enhancing the functionality of the TileLang framework. - Updated the `allocate.py` to handle boolean types correctly in shared memory allocations. - Introduced tests for the new logical operations to ensure correctness and performance. Co-authored-by:Zhiwen Mo <zhiwen.mo25@ic.ac.uk> * lint fix --------- Co-authored-by:
Zhiwen Mo <zhiwen.mo25@ic.ac.uk>
Showing
tilelang/language/logical.py
0 → 100644
Please register or sign in to comment