-
Notifications
You must be signed in to change notification settings - Fork 966
ExecuTorch MLX delegate #16718
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
Closed
Closed
ExecuTorch MLX delegate #16718
Changes from all commits
Commits
Show all changes
92 commits
Select commit
Hold shift + click to select a range
54f1cdc
MLX delegate
metascroy bff9194
backends/apple/mlx/patches/mlx_json.patch
metascroy ed278de
Exclude auto-generated files from git
metascroy 585f932
up
metascroy 1930a32
more testing
metascroy 439c1ba
up
metascroy 693b429
up
metascroy 916319b
up
metascroy d12c425
parakeet
metascroy edebdd5
up
metascroy ccc7b4c
up
metascroy 85d3d72
up
metascroy 35004e2
up
metascroy 0d6a942
up
metascroy 48dcc40
up
metascroy 651650a
up
metascroy e8a7a84
up
metascroy f3b4222
up
metascroy dbcd77e
up
metascroy 1fe3de7
up
metascroy 4b61f45
up
metascroy 2a21e63
up
metascroy c9464af
up
metascroy dc559b3
up
metascroy dd41103
up
metascroy d337869
up
metascroy e3c1ae1
up
metascroy 3e5c576
up
metascroy cfdb782
up
metascroy b146183
up
metascroy b243d01
up
metascroy 501562c
up
metascroy 051a70d
up
metascroy 31bfcca
up
metascroy 8610c14
up
metascroy b980b1f
up
metascroy 5a4c6fd
up
metascroy 02026a5
up
metascroy 14ae274
up
metascroy 1959561
up
metascroy 924d3fb
up
metascroy 7aba5ea
up
metascroy fc100ca
up
metascroy 67943f0
up
metascroy 0449e9f
up
metascroy c3e027f
up
metascroy c34fa3e
up
metascroy 6b197de
up
metascroy dafea34
up
metascroy c7fe8a2
up
metascroy d0c549c
up
metascroy 5fa0ac4
up
metascroy 016bd3b
up
metascroy 91de6ce
up
metascroy 363a94d
up
metascroy 3f79756
up
metascroy 56fc84c
up
metascroy d8a730a
up
metascroy f1af627
up
metascroy 0a24dc7
up
metascroy 47071d0
up
metascroy ed26297
up
metascroy 73884c5
up
metascroy c396c15
up
metascroy 4c4e288
up
metascroy 3794446
Fix intermittent bus errors in portable pocketfft op
metascroy 5838cc7
Create pocketfft_aligned_alloc.patch
metascroy fe27338
up
metascroy 9d010bb
up
metascroy 60079a2
rebase
metascroy 0874ec7
up
metascroy f66885d
up
metascroy f08f1dd
up
metascroy dc25245
up
metascroy 0c76afa
up
metascroy f8f571f
up
metascroy 1842ad3
up
metascroy 10ff69f
up
metascroy 339d1f0
up
metascroy 2f45116
up
metascroy d50e8d6
up
metascroy 2c73c84
Merge branch 'main' into mlx-delegate
metascroy 868d955
up
metascroy c247996
up
metascroy 89f202d
up
metascroy cc0a110
up
metascroy 508498a
up
metascroy ede3a6e
up
metascroy fab5620
up
metascroy d181635
up
metascroy d4ba78f
up
metascroy d8ee9d2
up
metascroy 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -74,5 +74,7 @@ xcuserdata/ | |
| *.dll | ||
| *.pyd | ||
|
|
||
|
|
||
| # Agents | ||
| .claude/*.local.* | ||
| extension/pybindings/mlx.metallib | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| # Auto-generated files from generate.py | ||
| # These are regenerated at build time from schema.fbs | ||
| # Do not edit manually - edit schema.fbs and run generate.py | ||
|
|
||
| # Python generated files | ||
| serialization/_generated/ | ||
| serialization/mlx_graph_schema.py | ||
| serialization/_generated_serializers.py | ||
| serialization/_generated_parsers.py | ||
| _generated_inspector.py | ||
|
|
||
| # C++ generated files | ||
| runtime/schema_generated.h | ||
| runtime/MLXLoader.h | ||
| runtime/MLXLoader.cpp | ||
|
|
||
| # Python cache | ||
| __pycache__/ | ||
| *.pyc |
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.