Skip to content

Inconsistent dependencies in libonnxruntime_providers_cuda.so file in x64-gpu binary release #23953

Closed
@kibae

Description

@kibae

Describe the issue

#22703 issue is reproduced again in version 1.21.0.

To reproduce

$ ldd libonnxruntime_providers_cuda.so
        linux-vdso.so.1 (0x00007ffe4f6ee000)
        libcublasLt.so.11 => not found
        libcublas.so.11 => not found
        libcurand.so.10 => /usr/local/cuda/targets/x86_64-linux/lib/libcurand.so.10 (0x00007fc8fa600000)
        libcufft.so.10 => not found
        libcudart.so.11.0 => not found
        libcudnn.so.8 => not found
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fc900b1c000)
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fc900b17000)
        libnvrtc.so.11.2 => not found
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fc900b12000)
        libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fc8fa382000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fc8fa299000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fc900ae2000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fc8fa087000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fc915339000)

Urgency

No response

Platform

Linux

OS Version

Any

ONNX Runtime Installation

Released Package

ONNX Runtime Version or Commit ID

1.21.0

ONNX Runtime API

C++

Architecture

X64

Execution Provider

CUDA

Execution Provider Library Version

CUDA 12

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions