Git Product home page Git Product logo

Comments (6)

davidenunes avatar davidenunes commented on June 1, 2024

Not for 1.14, If I remember correctly all I did to build for amdfam10 was to add the option

--copt=-march=amdfam10

to the bazel build command after running config

bazel build -c opt --copt=-march=amdfam10 //tensorflow/tools/pip_package:build_pip_package

for the rest I pretty much followed these instructions. The only difficulty I encountered building for GPU (I don't know if this is your case) was the fact that the paths for the cuda lib files requested in the ./configure script, required a specific order for the script to find them.

If for some reason you can't build it, I can give it a try when I have the time, just need more details about the target OS etc (to make sure there are no shenanigans with paths of shared libraries etc). I'm assuming you want the CPU version?

from tensorflow-wheels.

kahekahe avatar kahekahe commented on June 1, 2024

Hi,

I have tried building adding --copt=-march=amdfam10 but my build fails (I think the system doesn't have sufficient memory to complete it).

I'm looking to run it on Ubuntu 18.04 - cpu version. Would really appreciate it if you are able to build it when you have time?

from tensorflow-wheels.

davidenunes avatar davidenunes commented on June 1, 2024

ok, let me see what I can do.

from tensorflow-wheels.

davidenunes avatar davidenunes commented on June 1, 2024

I managed to get some time on my machine to build you a wheel, you can download and try it and let me know if it works.

or check the README, I added the wheel to the list.

from tensorflow-wheels.

kahekahe avatar kahekahe commented on June 1, 2024

Just tested, and it works. Thanks very much for this.

Was there anything different about your Bazel configuration? Would be useful to know exactly what you ran for when I need to build a new version in the future.

Thanks again!

from tensorflow-wheels.

davidenunes avatar davidenunes commented on June 1, 2024

I'm glad I could help, nothing different really, just used the default configuration and run bazel with:

bazel build -c opt --copt=-march=amdfam10 //tensorflow/tools/pip_package:build_pip_package

also made sure I had the correct version of bazel, but that was it.

from tensorflow-wheels.

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.