Coder Social home page Coder Social logo

Comments (7)

jbms avatar jbms commented on June 17, 2024

See also #77

We would like to have them, but it is challenging because we currently build on Github-hosted runners which do not include a linux arm64 runner, and building under emulation via qemu is possible but so slow that we decided not to enable that. Cross-compiling would be fast but I could not find a suitable manylinux cross-compilation container with a sufficiently recent GCC version.

Maybe it could be done now by running a linux docker image on the Github-hosted macos arm64 runner.

from tensorstore.

sjperkins avatar sjperkins commented on June 17, 2024

If gcc 12.2 is sufficiently recent for cross-compilation, it may be worth considering changing the CIBW manylinux containers from manylinux2014 to manylinux_2_28. Additionally, Centos 7, on which manylinux2014 is based, will reach EOL on June 30th 2024.

from tensorstore.

jbms avatar jbms commented on June 17, 2024

Yes we were planning to move to manylinux_2_28 anyway for C++20 support. But is there a manylinux_2_28 cross-compilation image with gcc 12?

from tensorstore.

sjperkins avatar sjperkins commented on June 17, 2024

Yes we were planning to move to manylinux_2_28 anyway for C++20 support. But is there a manylinux_2_28 cross-compilation image with gcc 12?

It looks like cross-compiling aarch64 is still an open issue:

from tensorstore.

glenn-jocher avatar glenn-jocher commented on June 17, 2024

We'd like to see this too for https://github.com/ultralytics/ultralytics

from tensorstore.

lakshanthad avatar lakshanthad commented on June 17, 2024

According to our CIs running on Raspberry Pi 5, it takes around 40min+ to build tensorstore. So it would be nice to have prebuilt aarch64 binaries. Thanks :)
image

https://github.com/ultralytics/ultralytics/actions/runs/9227944458/job/25390932025

from tensorstore.

stuarteberg avatar stuarteberg commented on June 17, 2024

FWIW, if you use conda, then conda-forge has tensorstore packages for linux_aarch64.

https://anaconda.org/conda-forge/tensorstore/files

(I understand that may not help if you are not already using conda and don't want to switch.)

from tensorstore.

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.