Skip to content
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

only use apple-m1 target for macos #354

Merged
merged 5 commits into from
May 23, 2024

Conversation

IanButterworth
Copy link
Member

@IanButterworth IanButterworth commented May 17, 2024

Came up as part of JuliaLang/julia#54471

Master
MacOS aarch64: 5m55s 214 MB artifact

This PR
MacOS aarch64: 5m5s 197 MB artifact

JUlIA_CPU_TARGETS=()
JULIA_CPU_TARGETS=()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How was this not failing??

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because bash doesn't have problems with += for an undefined variable. I don't know if there's a mode to turn that into an error, set -u doesn't seem to help here.

"thunderx2t99"
# NVidia Carmel, e.g. Jetson AGX Xavier; serves as a baseline for later architectures
"carmel,clone_all"
# Vector-length-agnostic common denominator between Neoverse V1 and V2, recent Arm server architectures
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not apple-m1?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah-sorry (asahi), I forgot about using other OSs on macs

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't checked carefully, but it may also be usable by Neoverse (since the neoverse-512tvb target isn't doing anything right now)

@IanButterworth
Copy link
Member Author

Does this look alright @staticfloat @gbaraldi ?

@IanButterworth IanButterworth merged commit 0c1c585 into JuliaCI:main May 23, 2024
3 of 6 checks passed
@IanButterworth IanButterworth deleted the ib/macos_target branch May 23, 2024 05:54
@DilumAluthge
Copy link
Member

DilumAluthge commented May 23, 2024

Looks like CI was failing in this PR, because the tree hashes needed to be re-signed.

DilumAluthge added a commit that referenced this pull request May 23, 2024
DilumAluthge added a commit that referenced this pull request May 23, 2024
@DilumAluthge
Copy link
Member

I've reverted this PR in #355, to get Julia master green again.

IanButterworth added a commit that referenced this pull request Jun 9, 2024
IanButterworth added a commit that referenced this pull request Jun 9, 2024
* Revert "Revert "only use apple-m1 target for macos (#354)" (#355)"

This reverts commit 933c6d5.

* sign treehashes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants