-
Notifications
You must be signed in to change notification settings - Fork 85
Add an AmdTurinV2 CPU platform #10560
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
14 commits
Select commit
Hold shift + click to select a range
701da34
Add an AmdTurinV2 CPU platform
iximeow f4e1481
important typo
iximeow 0503153
schema version does need to bump in a migration + openapi docs
iximeow a27450b
external api version bump too
iximeow cbbf85f
working at external API bits
iximeow 92f4022
Merge remote-tracking branch 'github/main' into ixi/cpu-platform-turi…
iximeow a7b9a84
external api :3
iximeow 087bd6c
and openapi
iximeow 851fbd3
rewording comments
iximeow e31fa2d
tests should build too, yes
iximeow 7167ca0
more wordsmithing (and dead code elim)
iximeow 07578fd
hey guys! guess who just got yellllled aaat! (by openapi-check)
iximeow 5866801
thought i got that but i guess i did not got that
iximeow 0385a5c
AmdTurinV2 -> amd_turin_v2 in docs
iximeow 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
Some comments aren't visible on the classic Files Changed page.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style nit, not a big deal: I don't think we're particularly consistent about this, but elsewhere, I feel like I've often seen these imports renamed to
external, instead, so that you can reference it asexternal::InstanceCpuPlatform. butinstance_apiis fine too, and doesn't particularly bother me.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd looked for
use nexus_types::external_api::innexus/db-model/srcand saw this pattern, though usingexternaldoes seem like a nice name to use for the reason you describe.. either way, I think you might be thinking about a different part of Nexus maybe?