• 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
fill.cc 10.2 KB