William D. Irons

Results 2 comments of William D. Irons

If building TensorFlow yourself, you'll want to ensure you have in your .tf_configure.bazelrc file ``` build:opt --copt=-mcpu=power9 build:opt --copt=-mtune=power9 ``` (or least power8) and `-c opt` on the bazel build...

Thanks for looking at this, I didn't realize it didn't work from the command line because when I originally found this problem, I wasn't aware the branch even had a...