Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows & CUDA build issue #11456

Closed
khemritolya opened this issue Jul 11, 2022 · 3 comments
Closed

Windows & CUDA build issue #11456

khemritolya opened this issue Jul 11, 2022 · 3 comments
Labels
contributions welcome The JAX team has not prioritized work on this. Community contributions are welcome. NVIDIA GPU Issues specific to NVIDIA GPUs Windows Issues related to JAX on Microsoft Windows

Comments

@khemritolya
Copy link

I hope whoever is reading this has had a good day. I'm attempting to build JAX on Windows with CUDA support. I'm using the following command:

python .\build\build.py --enable_cuda --cuda_version="11.7" --cudnn_version="8.4.1" --cudnn_path=C:\\Users\\.......\\cudnn-windows-x86_64-8.4.1.50_cuda11.6-archive\\cudnn-windows-x86_64-8.4.1.50_cuda11.6-archive --cuda_path="C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v11.7"

I'm using the latest version of the jax repository. CUDA 11.7, cuddn 8.4.1. I'm using bazel version 5.2.0

Here's the build error:

ERROR: @org_tensorflow//tensorflow/compiler/xla/python:enable_gpu :: Error loading option @org_tensorflow//tensorflow/compiler/xla/python:enable_gpu: no such package '@local_config_cuda//cuda': in call to path(), parameter 'path' got value of type 'NoneType', want 'string, Label, or path'

It seems to be a problem similar to one when building tensorflow? tensorflow/tensorflow#11859

Any ideas? Thanks in advance.

@hawkinsp
Copy link
Collaborator

JAX on Windows is supported by the community. Contributions welcome!

@hawkinsp hawkinsp added the contributions welcome The JAX team has not prioritized work on this. Community contributions are welcome. label Jul 11, 2022
@mattjj
Copy link
Collaborator

mattjj commented Jul 19, 2022

I noticed from #5795 that there's a jax-windows-builder repo. Maybe that could help?

I hope you're having a good day too!

@hawkinsp hawkinsp added NVIDIA GPU Issues specific to NVIDIA GPUs Windows Issues related to JAX on Microsoft Windows labels Aug 15, 2022
@hawkinsp
Copy link
Collaborator

Closing since I suspect the issue is stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions welcome The JAX team has not prioritized work on this. Community contributions are welcome. NVIDIA GPU Issues specific to NVIDIA GPUs Windows Issues related to JAX on Microsoft Windows
Projects
None yet
Development

No branches or pull requests

3 participants