With Tensorflow dropping support for Windows GPU builds, does this mean that JAX won't be able to be built on Windows with GPU support? #13866
Unanswered
adam-hartshorne
asked this question in
General
Replies: 2 comments
-
ye i am not also able to use :/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
JAX depends on XLA, which may or may not have the same build policy as TensorFlow. I think that's to be determined. It does not rule it out: I think they would accept PRs to fix problems on Windows GPU, it's just that keeping it working will be community-supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title suggests, with the latest release of Tensorflow, support for GPU builds on Windows platforms has been removed. As JAXs currently builds using code from Tensorflow e.g. the XLA compiler code, does this mean in the future it will not be possible to build JAX for Windows platforms?
Beta Was this translation helpful? Give feedback.
All reactions