You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your great job!
Now JAX has become a platform for running machine learning and scientific computation in IBM ppc64le system(Power8, Power9).
The pre-built jax and tensorflow wheels have been provided by Open-CE environment open-ce/open-ce#549 . However, as the key of JAX ecosystem, tensorstore does not have ppc64le support yet.
I am working on building tensorstore in a Power9 system with Ubuntu 20.04, after patching some of .bazel files. The compiling successfully finished, and the built wheel seems working as expected.
Thanks for your great job!
Now JAX has become a platform for running machine learning and scientific computation in IBM ppc64le system(Power8, Power9).
The pre-built jax and tensorflow wheels have been provided by Open-CE environment open-ce/open-ce#549 . However, as the key of JAX ecosystem,
tensorstore
does not have ppc64le support yet.I am working on building
tensorstore
in a Power9 system with Ubuntu 20.04, after patching some of.bazel
files. The compiling successfully finished, and the built wheel seems working as expected.My commit:
allegro0132@0cc3017
Stats
Compile routine.
The selected output shows as following...
Validation
I tested
tensorstore
by the examples in the tutorialhttps://google.github.io/tensorstore/python/tutorial.htmlBut when I ran
python3 bazelisk.py test //...
, Bazel raised errors to tell me@pypa_grpcio
failed to be compiled.I am not sure the modification of bazel is corrected or not, and did the
tensorstore
working as expected or not...The text was updated successfully, but these errors were encountered: