-
Notifications
You must be signed in to change notification settings - Fork 450
[Refactor] Unify @jit and @lazy_jit into a single @jit decorator #1632
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
9c3cecb
Refactor: Replace @tilelang.lazy_jit with @tilelang.jit in examples a…
LeiWang1999 f48647b
Enhancement: Improve layout annotation handling in T.copy and paralle…
LeiWang1999 bfecb9b
Merge branch 'main' of https://github.com/tile-ai/tilelang into refac…
LeiWang1999 d173672
Add out_idx parameter to @jit and validate it's only used in lazy mode
LeiWang1999 5740b4e
lintfix
LeiWang1999 431ddbd
Merge branch 'main' of https://github.com/tile-ai/tilelang into refac…
LeiWang1999 b62ec8e
Refactor: centralize mode inference in JITImpl.__call__ before parse_…
LeiWang1999 e97de85
test fix
LeiWang1999 8b7e1ee
Enhancement: Introduce JITNoBuilderError for eager mode checks in T.K…
LeiWang1999 5473823
lint fix
LeiWang1999 ce70005
lint fix
LeiWang1999 edb8500
Enhancement: Update example_triton_sparse_gqa_decode_varlen_indice.py…
LeiWang1999 49a0f51
Merge branch 'main' of https://github.com/tile-ai/tilelang into jit_m…
LeiWang1999 c41d1ed
lint fix
LeiWang1999 f704c6d
Enhancement: Refactor JIT implementation to centralize mode initializ…
LeiWang1999 e2bcc75
Merge branch 'main' of https://github.com/tile-ai/tilelang into jit_m…
LeiWang1999 b78f650
Refactor: Remove unused simplify_prim_func decorator from example_gem…
LeiWang1999 050f4fc
remove claude.md
LeiWang1999 1a81308
Refactor: Clean up code formatting in layout.cc, lower_tile_op.cc, an…
LeiWang1999 f7e00eb
Refactor: Replace logical conditions with tir_all in complex expressi…
LeiWang1999 14d588a
Enhancement: Add @tilelang.testing.requires_cuda decorator to test fu…
LeiWang1999 b3c4d77
lint fix
LeiWang1999 62beb83
Refactor: Simplify output shape calculation in layout.cc by directly …
LeiWang1999 4093759
Refactor: Update boolean condition in test_boolop to use Or and Not f…
LeiWang1999 d2d0ce6
Refactor: Update test execution flow in test_tilelang_fragment_loop_c…
LeiWang1999 e8fc7b0
Refactor JIT function handling: Replace LazyJITFunc with JITFunc acro…
LeiWang1999 3e6f2cc
Update JITImpl documentation: Clarify output tensor index attribute d…
LeiWang1999 ef07119
Merge branch 'main' of https://github.com/tile-ai/tilelang into jit_m…
LeiWang1999 d33550b
Merge branch 'jit_merge_0107' of https://github.com/LeiWang1999/tilel…
LeiWang1999 36f37f4
Refactor TileLang to transition from v2 to eager language module. Upd…
LeiWang1999 d86f847
Enhance JIT compilation support: Update JIT function handling to impr…
LeiWang1999 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.