[CI][Test] Add test cases for tilelang transform AnnotateDeviceRegions and MakePackedAPI
#26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes across multiple files, primarily focusing on renaming the project from BitBLAS to TileLang and updating various documentation and test files accordingly. Additionally, there are updates to the licensing information in test files.
Project renaming and documentation updates:
CONTRIBUTING.md: Updated references from BitBLAS to TileLang in multiple sections, including the introduction, reporting bugs, pull request guidelines, and repository setup instructions. [1] [2] [3]SUPPORT.md: Revised the support page to reflect the new project name, TileLang, and updated the context and support channels accordingly.Removal of Microsoft-specific content:
CODE_OF_CONDUCT.md: Removed the Microsoft Open Source Code of Conduct and related resources.SECURITY.md: Removed the Microsoft-specific security reporting guidelines and contact information.Licensing updates in test files:
testing/python/transform/test_tilelang_transform_annotate_device_regions.py: Added Apache License headers and introduced new test cases for annotation insertion.testing/python/transform/test_tilelang_transform_make_packed_api.py: Added Apache License headers and implemented multiple test cases for the MakePackedAPI transformation.For CI roadmap #6