-
Notifications
You must be signed in to change notification settings - Fork 193
Add external C functions support for JIT #2475
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 9 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
9ca1889
Add `ExternalKernel` support for JIT
mawad-amd 058ad42
Add tests
mawad-amd f5c7fe4
Add tesnor `fill_` test
mawad-amd 6d36175
Update test name
mawad-amd 136a5a7
Rename jit test files
mawad-amd e29af78
Fix compiler flags for NPU2
mawad-amd def58f0
Use define flags instead of debug
mawad-amd de7e523
Remove stray compiler flags
mawad-amd 1c63fe5
Remove aie opt path addition
mawad-amd 3f20500
Merge branch 'main' into muhaawad/extern-func
mawad-amd 4feb272
Use existing `compile_cxx_core_function`
mawad-amd 8926f75
Update python/iron/jit.py
mawad-amd 37f61d3
Move import to the top
mawad-amd 433aa64
Try debugging the workflow. Can't repro locally.
mawad-amd 7877e21
Always trigger debug
mawad-amd f32061f
always trigger debug
mawad-amd e31859c
Run only broken test
mawad-amd 3db23a9
Remove if
mawad-amd 00193fd
Remove debug
mawad-amd 4b75714
Manual debug
mawad-amd a1be75f
Debug
mawad-amd 40ba192
Pass device
mawad-amd 1611eff
Debug
mawad-amd ada8709
Fix install command
mawad-amd ebd4eed
Fix cmake command
mawad-amd 7eb8f3b
Debug
mawad-amd 7e861d5
Debug
mawad-amd 44155c6
Debug
mawad-amd ec2a777
debug
mawad-amd c5c9692
Debug
mawad-amd 5306493
Debug
mawad-amd ae45e4f
Add debugging statments
mawad-amd 6689356
Include the device in the hash
mawad-amd 0898a48
Merge branch 'main' into muhaawad/extern-func
mawad-amd 561dbe3
Revert debug code
mawad-amd 85b864e
Remove debug code and handke NPU2Col1 and NPU1Col1
mawad-amd 4a22567
handle other device names
mawad-amd 750d705
Replace `ExternalKernel` with `ExternalFunction`
mawad-amd 2b4db11
Improve comments
mawad-amd 3e7bd80
Merge branch 'main' into muhaawad/extern-func
mawad-amd 10b49ea
Merge branch 'main' into muhaawad/extern-func
mawad-amd 3cb0b9b
Merge branch 'main' into muhaawad/extern-func
mawad-amd 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
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.