"...resnet50_tensorflow.git" did not exist on "8a78c15449c471bb603e3289cf7f2b5a1d419dfc"
  • Yu Cheng's avatar
    [Refactor] Update TVM subproject and refactor BlockNode handling in... · 8b005226
    Yu Cheng authored
    [Refactor] Update TVM subproject and refactor BlockNode handling in warp_specialized_rewriter.cc (#812)
    
    * [Feature] Introduce custom warp specialization attribute and enhance warp group register allocation
    
    - Added a new attribute `kCustomWarpSpecialization` to support custom warp specialization in the TileLang framework.
    - Updated the `Collect` method in `SetMaxNRegCollector` to handle cases where warp specialization is detected, returning an empty array accordingly.
    - Enhanced the `SetMaxNRegInjector` to skip processing when no registers are needed, improving efficiency.
    - Modified the `WarpSpecialized` pass to include the new attribute in the function body when warp specialization is enabled, ensuring proper handling in transformations.
    
    * lint
    
    * lint
    8b005226
annotate_warp_group_reg_alloc.cc 5.8 KB