Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dev][TL] Implement MMA INT4 Tensor Core and Correctness Test Case. #232

Merged
merged 9 commits into from
Nov 1, 2024

Commits on Oct 4, 2024

  1. Merge TL Update

    LeiWang1999 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    acb4aa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    e305a72 View commit details
    Browse the repository at this point in the history
  2. submodule update

    LeiWang1999 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4aa081c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    811e5c7 View commit details
    Browse the repository at this point in the history
  4. lint fix

    LeiWang1999 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4a0afc9 View commit details
    Browse the repository at this point in the history
  5. Refactor tensor core memory allocation in MatmulFineGrainScheduler

    - Adjusted the local fragment sizes for tensor core memory allocation in the MatmulFineGrainScheduler class.
    - Updated the allocation sizes for A_local, B_local, and C_local variables based on the new fragment sizes.
    - The changes ensure efficient memory utilization and improve performance.
    
    Refactor tensor core memory allocation in MatmulDequantizeFineGrainedScheduler
    
    - Modified the fragment sizes for tensor core memory allocation in the MatmulDequantizeFineGrainedScheduler class.
    - Updated the allocation sizes for A_frag, B_frag, and C_frag variables based on the new fragment sizes.
    - The changes optimize memory usage and enhance the efficiency of the dequantization process.
    
    Refactor tensor core memory allocation in MatmulDequantizeWeightPropagationScheduler
    
    - Adjusted the fragment sizes for tensor core memory allocation in the MatmulDequantizeWeightPropagationScheduler class.
    - Updated the allocation sizes for A_frag, B_frag, B_dequantize_frag, and C_frag variables based on the new fragment sizes.
    - The changes improve memory utilization and optimize the weight propagation process.
    LeiWang1999 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d2f7fcb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2af586d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd4973c View commit details
    Browse the repository at this point in the history
  8. lint fix

    LeiWang1999 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8f7767b View commit details
    Browse the repository at this point in the history