"vscode:/vscode.git/clone" did not exist on "6166233e05b821e55bcca2bba2d9adad16347f82"
  1. 24 Jan, 2025 6 commits
  2. 23 Jan, 2025 7 commits
    • 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
    • Lei Wang's avatar
      [Refactor] Simplify interface via replacing argument thread binding of... · 362b3520
      Lei Wang authored
      [Refactor] Simplify interface via replacing argument thread binding of intrinsics with `KernelFrame.Current` (#34)
      
      * 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
      362b3520
    • Wenhao Xie's avatar
      [Doc] Update GitHub Actions workflow for documentation deployment and add CNAME file. (#33) · 1b63d3a2
      Wenhao Xie authored
      * [Doc] Use sphinx to generate docs.
      
      * [Doc] Fix a bug on tlcpack_sphinx_addon.
      
      * [Doc] Fix linting issues.
      
      * [Doc] Create a workflow to host docs using GitHub Pages.
      
      * [Doc] Remove all deprecated docs.
      
      * [Doc] Update GitHub Actions workflow for documentation deployment and add CNAME file.
      
      * [CI] Remove conditional check for GitHub Pages deployment on main branch.
      1b63d3a2
    • Lei Wang's avatar
      [CI] Comprehensive Test cases Implementation of Matmul Dequantize (#32) · 7959d786
      Lei Wang authored
      * 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
      7959d786
    • Lei Wang's avatar
      [Bugfix] Replace thread binding detector in LayoutInference Pass (#31) · 34e0883d
      Lei Wang authored
      * [Refactor] Rename AllocateCollector to ThreadBindingCollector and streamline thread binding logic
      
      * [Refactor] Adjust formatting in ThreadBindingCollector for consistency
      
      * [Refactor] Enhance clang-tidy check to handle cases with no changed C/C++ files
      
      * [Refactor] Remove clang-tidy checks from format script to streamline formatting process
      34e0883d
    • Cunxiao Ni's avatar
      [CI][Test] Add test cases for tilelang transform InjectSoftwarePipeline and FrontendLegalize (#30) · fee42951
      Cunxiao Ni authored
      * [Doc] update installation.md and readme
      
      * solve conflicts
      
      * change readme
      
      * fix installation.rst
      
      * fix readme
      
      * fix installation
      
      * [fix] fix installation.rst
      
      * [Doc] fix installation.rst
      
      * [Doc] fix installation
      
      * [CI][Test] Add test cases for tilelang transform `InjectSoftwarePipeline` and `FrontendLegalize`
      
      * format
      
      * change license
      fee42951
    • Wenhao Xie's avatar
      [Doc] Create a workflow to host docs using GitHub Pages. (#28) · 74b9627c
      Wenhao Xie authored
      * [Doc] Use sphinx to generate docs.
      
      * [Doc] Fix a bug on tlcpack_sphinx_addon.
      
      * [Doc] Fix linting issues.
      
      * [Doc] Create a workflow to host docs using GitHub Pages.
      
      * [Doc] Remove all deprecated docs.
      74b9627c
  3. 22 Jan, 2025 3 commits
  4. 21 Jan, 2025 2 commits
  5. 20 Jan, 2025 7 commits
  6. 18 Jan, 2025 3 commits
  7. 17 Jan, 2025 4 commits
  8. 15 Jan, 2025 1 commit
  9. 12 Jan, 2025 2 commits
  10. 11 Jan, 2025 5 commits