Update pixi.toml to latest MAX release, add support for aarch64 Linux#227
Merged
dunnoconnor merged 5 commits intomodular:mainfrom Mar 5, 2026
Merged
Update pixi.toml to latest MAX release, add support for aarch64 Linux#227dunnoconnor merged 5 commits intomodular:mainfrom
dunnoconnor merged 5 commits intomodular:mainfrom
Conversation
Collaborator
Author
|
Hmm, we need to set |
dunnoconnor
approved these changes
Mar 5, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The latest nightly version of MAX adds full support for running the GPU puzzles on DGX Spark and Jetson devices. These systems are aarch64 Linux hosts, so we also need to add
linux-aarch64entries. I believe PyTorch only started supporting aarch64 for CUDA in 2.9.0, so that version is used for the imports on this architecture. PyTorch properly installs and tests pass on DGX Spark at that version, and not for the older import used inlinux-64.All tests pass on DGX Spark except for the last three, which will need upstream kernel enhancements to reflect this new architecture. They should be supported on this device, but we haven't yet added the appropriate checks yet.
Additionally, there are some significant Mojo API changes that this nightly starts to support. The migration to those will come in a follow-on PR to keep this one focused.