• Lei Wang's avatar
    [Language] Introduce `T.reshape` and `T.view` (#212) · 872f5613
    Lei Wang authored
    * [Feature] Add reshape and view functionalities to tilelang language module
    
    - Introduced new test files for reshape and view operations in the tilelang language.
    - Implemented reshape and view functions in the customize module, enhancing buffer manipulation capabilities.
    - Updated the language initialization to include the new functionalities.
    - Removed unnecessary import from test_tilelang_language_clamp.py for cleaner code.
    
    * Update copyright to Tile-AI Corporation
    
    * [Refactor] Clean up whitespace in test files for reshape and view functionalities
    
    - Removed unnecessary blank lines in `test_tilelang_language_reshape.py` and `test_tilelang_language_view.py` for improved readability.
    - Ensured consistent formatting across test files to enhance code clarity.
    872f5613
test_tilelang_language_reshape.py 1.78 KB