下载11.8版本的paddle_inference,运行后报错:Could not load library libcublasLt.so.12. Error: libcublasLt.so.12: cannot open shared object file: No such file or directory。
xisc@xisc-zg:~/grabimgs/Samples/64/C++/AreaScanCamera/ParametrizeCamera_AreaScanIOSettings/build$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:33:58_PDT_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0
xisc@xisc-zg:~/grabimgs/Samples/64/C++/AreaScanCamera/ParametrizeCamera_AreaScanIOSettings/build$ nvidia-smi
Sun Apr 19 15:49:54 2026
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.133.07 Driver Version: 570.133.07 CUDA Version: 12.8 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 3090 Off | 00000000:01:00.0 On | N/A |
| 41% 33C P8 24W / 350W | 1178MiB / 24576MiB | 25% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 1661 G /usr/lib/xorg/Xorg 616MiB |
| 0 N/A N/A 2398 G /usr/bin/gnome-shell 29MiB |
| 0 N/A N/A 2611 G .../sunloginclient --cmd=autorun 10MiB |
| 0 N/A N/A 2834 G ...me/58.0.3029.81 Safari/537.36 4MiB |
| 0 N/A N/A 2884 G .../usr/local/sunlogin/bin/debug 4MiB |
| 0 N/A N/A 22109 G /usr/lib/firefox/firefox 170MiB |
| 0 N/A N/A 99963 G /usr/share/code/code 84MiB |
| 0 N/A N/A 176595 G ./so/livox_viewer 16MiB |
| 0 N/A N/A 196786 G .../teamviewer/tv_bin/TeamViewer 15MiB |
| 0 N/A N/A 3604458 G ...AIAAAAAAAAAA== --shared-files 8MiB |
+-----------------------------------------------------------------------------------------+
下载11.8版本的paddle_inference,运行后报错:Could not load library libcublasLt.so.12. Error: libcublasLt.so.12: cannot open shared object file: No such file or directory。
xisc@xisc-zg:~/grabimgs/Samples/64/C++/AreaScanCamera/ParametrizeCamera_AreaScanIOSettings/build$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:33:58_PDT_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0
xisc@xisc-zg:~/grabimgs/Samples/64/C++/AreaScanCamera/ParametrizeCamera_AreaScanIOSettings/build$ nvidia-smi
Sun Apr 19 15:49:54 2026
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.133.07 Driver Version: 570.133.07 CUDA Version: 12.8 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 3090 Off | 00000000:01:00.0 On | N/A |
| 41% 33C P8 24W / 350W | 1178MiB / 24576MiB | 25% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 1661 G /usr/lib/xorg/Xorg 616MiB |
| 0 N/A N/A 2398 G /usr/bin/gnome-shell 29MiB |
| 0 N/A N/A 2611 G .../sunloginclient --cmd=autorun 10MiB |
| 0 N/A N/A 2834 G ...me/58.0.3029.81 Safari/537.36 4MiB |
| 0 N/A N/A 2884 G .../usr/local/sunlogin/bin/debug 4MiB |
| 0 N/A N/A 22109 G /usr/lib/firefox/firefox 170MiB |
| 0 N/A N/A 99963 G /usr/share/code/code 84MiB |
| 0 N/A N/A 176595 G ./so/livox_viewer 16MiB |
| 0 N/A N/A 196786 G .../teamviewer/tv_bin/TeamViewer 15MiB |
| 0 N/A N/A 3604458 G ...AIAAAAAAAAAA== --shared-files 8MiB |
+-----------------------------------------------------------------------------------------+