"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "8c2f717d830cc9b0da10eb41c3c0bcc01e022b61"
  • Lei Wang's avatar
    [Feature] Enhance fill operation to support various buffer types (#1189) · a03df604
    Lei Wang authored
    * [Feature] Enhance fill operation to support various buffer types
    
    - Added support for `BufferLoad` in the `fill` function to handle different buffer types.
    - Updated `Fill` class to process region descriptors and buffer regions, improving flexibility in buffer handling.
    - Introduced checks for static bounds in region definitions to ensure safety during operations.
    - Refactored loop induction variable handling in `FillNode` to accommodate sliced regions.
    
    * lint fix
    a03df604
test_tilelang_issue_1008.py 1.41 KB