Giter Site home page Giter Site logo

Comments (4)

fredrikekre avatar fredrikekre commented on May 18, 2024 1

https://github.com/JuliaCI/julia-buildkite/blob/ea50eb719242bc3e844227a2ebf54a49d308bafc/utilities/build_envs.sh#L20-L82

from julia.

giordano avatar giordano commented on May 18, 2024 1

Yes, that (in the form of generic;apple-m1,clone_all) should be safe on aarch64-apple-darwin machines. The main risk is having inefficient code baked in the sysimage, but the apple-m1 target should cover all the systems you care about, and the generic target ensures a safe fallback for all other cases.

from julia.

fxcoudert avatar fxcoudert commented on May 18, 2024

Thanks @fredrikekre!

Looking at the aarch64 case, it appears to be shared between macOS and other OSes (I suppose aarch64-linux):

            # Absolute base aarch64 feature set
            "generic"
            # Cortex A57, Example: NVIDIA Jetson TX1, Jetson Nano
            "cortex-a57"
            # Cavium ThunderX2T99, a common server architecture
            "thunderx2t99"
            # NVidia Carmel, e.g. Jetson AGX Xavier; serves as a baseline for later architectures
            "carmel,clone_all"
            # Apple M1
            "apple-m1,base(3)"
            # Vector-length-agnostic common denominator between Neoverse V1 and V2, recent Arm server architectures
            "neoverse-512tvb,base(3)"

Given that 1. macOS does not support anything with fewer features than Apple M1, 2. its processors don't really align with Neoverse, am I right that we could simplify it (for macOS builds) to:

            # Absolute base aarch64 feature set
            "generic"
            # Apple M1
            "apple-m1,clone_all"

without risk?

from julia.

fxcoudert avatar fxcoudert commented on May 18, 2024

Thanks. I appreciate the help!

from julia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.