This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
XeTLA v0.3.2
v0.3.2
- This is v0.3 beta release.
- Added some kernel-level APIs' parameters check functions, users need to explicit call them before launch the kernel; will return fail and print error messages when detect unsupported scenarios, continue launching the kernel for unspported scenarios may lead to unpredictable result.
- Removed reduce_sum + tile_op epilogue policy.
- Added some unit test cases.
- Refined some examples code.
- Updated documents, added some diagrams and details.
- Fixed some customer reported issues.
- Improved the project's quality.