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] Add test case for bfloat16 and int4 gemm with mma #65

Merged
merged 22 commits into from
Feb 6, 2025
Merged

Conversation

LeiWang1999
Copy link
Contributor

This pull request introduces new functionality for supporting bfloat16 data type in matrix multiplication tests using the TileLang library. The most important changes include the addition of a new test file, modifications to existing test functions, and updates to the data type mapping.

Support for bfloat16 data type:

  • testing/python/kernel/test_tilelang_kernel_bf16_gemm_mma.py: Added a new test file to include comprehensive tests for bfloat16 data type in matrix multiplication. This file contains functions to generate swizzle layouts, perform matrix multiplication using Tensor Core intrinsics, and validate the correctness of the results.

Enhancements to existing tests:

…consistency and clarity; add apply_simplify function to simplify PrimFunc or IRModule.
…remove unnecessary whitespace in multiple files.
…r result validation in test_tilelang_kernel_gemm_mma_intrinsic.py
@LeiWang1999 LeiWang1999 merged commit 560b1d8 into main Feb 6, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant