• Lei Wang's avatar
    [Bugfix] Reorder Passes: Place Vectorize Loop Before StorageFlatten and... · 951c2300
    Lei Wang authored
    [Bugfix] Reorder Passes: Place Vectorize Loop Before StorageFlatten and FlattenBuffer to Prevent Redundant Allocations (#37)
    
    * installation script fix
    
    * readme typo fix
    
    * doc fix for dequantize gemm
    
    * [Doc] remove CODE_OF_CONDUCT.md and SECURITY.md; update references in CONTRIBUTING.md
    
    * [Doc] add unit tests for AnnotateDeviceRegions transform; remove SUPPORT.md
    
    * update license
    
    * [Enhancement] add tensor supply handling for unsigned integers; improve error message for execution backend assertion
    
    * [Refactor] improve code readability by reformatting function signatures and assertions
    
    * [Refactor] replace torch.manual_seed with tilelang.testing.set_random_seed for consistency in random seed handling
    
    * [Refactor] unify thread binding variable naming across kernel and example files
    
    * [Refactor] remove unused thread binding parameter from matrix multiplication functions
    
    * [Refactor] remove unused thread binding parameter from matrix multiplication functions
    
    * [Refactor] enable main testing function in tilelang kernel gemm test
    
    * bug fix
    
    * lint fix
    
    * [Refactor] reorder vectorize loop
    951c2300
lower.py 8.58 KB