Skip to content

need guide to build with CUDA 10.1 #26150

Closed
@alanpurple

Description

@alanpurple
Contributor

Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): ubuntu18.04.2
  • Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A
  • TensorFlow installed from (source or binary): binary
  • TensorFlow version: 1.13.1
  • Python version: 3.7.2
  • Installed using virtualenv? pip? conda?: pip
  • Bazel version (if compiling from source): >=0.21.0
  • GCC/Compiler version (if compiling from source): 7.3.0
  • CUDA/cuDNN version: 10.1/7.5
  • GPU model and memory: RTX2080Ti GDDR6 11GB

Describe the problem

with CUDA 10.1 came out, build process is messing

there are soft links like . ***.so.10 which points to ****.so.10.1.105 . but tensorflow builder looks for ****.10.0 or ****.10.1

they should point to ***.10 . not ***.10.1 or ****.10.0

and libcublas and libnvblas loacation has been changed to /usr/lib/x86_64-linux-gnu

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @mazar@JonnoFTW@marcusmueller@nluehr@kgizdov

      Issue actions

        need guide to build with CUDA 10.1 · Issue #26150 · tensorflow/tensorflow