Skip to content

Commit

Permalink
Cherry-pick the ptxas binary
Browse files Browse the repository at this point in the history
  • Loading branch information
dchaley committed Jun 2, 2024
1 parent ad79db4 commit a9ff104
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow/tools/dockerfiles/dockerfiles/gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ ENV LD_LIBRARY_PATH /usr/local/cuda-${CUDA}/targets/x86_64-linux/lib:/usr/local/
RUN echo "/usr/local/cuda/compat" > /etc/ld.so.conf.d/z-cuda-stubs.conf \
&& ldconfig

COPY partials/ubuntu/ptxas.binary.x86_64 /usr/bin/ptxas

# See http://bugs.python.org/issue19846
ENV LANG C.UTF-8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ ENV LD_LIBRARY_PATH /usr/local/cuda-${CUDA}/targets/x86_64-linux/lib:/usr/local/
# dynamic linker run-time bindings
RUN echo "/usr/local/cuda/compat" > /etc/ld.so.conf.d/z-cuda-stubs.conf \
&& ldconfig

COPY partials/ubuntu/ptxas.binary.x86_64 /usr/bin/ptxas
Binary file not shown.

0 comments on commit a9ff104

Please sign in to comment.