mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-28 22:56:32 +00:00
[ROCm] update rocm package exclude libs (#18130)
update rocm package exclude libs. - change librocblas.so.0 to librocblas.so.3 which is used on ROCm5.6 and ROCm5.7 - add librocfft.so.0, libhipfft.so.0, libhiprtc.so.5 and sort the list.
This commit is contained in:
parent
785e2b1eae
commit
efef6407bc
1 changed files with 12 additions and 9 deletions
21
setup.py
21
setup.py
|
|
@ -203,19 +203,22 @@ try:
|
|||
"libcurand.so.10",
|
||||
]
|
||||
rocm_dependencies = [
|
||||
"librccl.so.1",
|
||||
"libnuma.so.1",
|
||||
"libamd_comgr.so.2",
|
||||
"libdrm.so.2",
|
||||
"librocblas.so.0",
|
||||
"libdrm_amdgpu.so.1",
|
||||
"libamdhip64.so.5",
|
||||
"libroctracer64.so.4",
|
||||
"libMIOpen.so.1",
|
||||
"libtinfo.so.6",
|
||||
"libdrm.so.2",
|
||||
"libdrm_amdgpu.so.1",
|
||||
"libelf.so.1",
|
||||
"librocm_smi64.so.5",
|
||||
"libhipfft.so.0",
|
||||
"libhiprtc.so.5",
|
||||
"libhsa-runtime64.so.1",
|
||||
"libMIOpen.so.1",
|
||||
"libnuma.so.1",
|
||||
"librccl.so.1",
|
||||
"librocblas.so.3",
|
||||
"librocfft.so.0",
|
||||
"librocm_smi64.so.5",
|
||||
"libroctracer64.so.4",
|
||||
"libtinfo.so.6",
|
||||
]
|
||||
|
||||
tensorrt_dependencies = ["libnvinfer.so.8", "libnvinfer_plugin.so.8", "libnvonnxparser.so.8"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue