Open
Description
Description
When building jaxlib with an externally installed copy of CUDA (something required by all package managers and HPC systems), I see the following error:
gcc: error: unrecognized command-line option '--cuda-path=external/cuda_nvcc'
It's possible I'm passing the wrong flags somewhere. I'm using:
> python3 build/build.py --enable_cuda --cuda_compute_capabilities=8.0 --bazel_options=--repo_env=LOCAL_CUDA_PATH=... --bazel_options=--repo_env=LOCAL_CUDNN_PATH=... --bazel_options=--repo_env=LOCAL_NCCL_PATH=...
(of course, with ... replaced by the actual paths)
System info (python version, jaxlib version, accelerator, etc.)
- Python: 3.11.9
- Jaxlib: 0.4.32
- GCC: 11.4.0