vosen / ZLUDA

CUDA on non-NVIDIA GPUs
https://vosen.github.io/ZLUDA/
Apache License 2.0
9.66k stars 629 forks source link

Trying to use with Davinci Resolve gives libcublasLt.so.11: no version information available #125

Open GloriousEggroll opened 8 months ago

GloriousEggroll commented 8 months ago
/opt/resolve/bin/resolve: /home/tcrider/zluda/libcublasLt.so.11: no version information available (required by /opt/resolve/bin/../libs/libcublas.so.11)

How I'm starting resolve:

#!/usr/bin/bash
export ROCR_VISIBLE_DEVICES=GPU-91084aa72018a127
LD_LIBRARY_PATH=/home/tcrider/zluda:/opt/nobara-resolve-runtime:/opt/resolve/libs /opt/resolve/bin/resolve
vosen commented 8 months ago

The warning about version information is benign, but there might be a bigger problem. I don't know Davinci Resolve , but is it possible to coerce it to not use cublasLt? ZLUDA's cublasLt uses hipblasLt, but hipblasLt supports a handful of CDNA cards, which you probably can't use with Davinci Resolve anyway as they don't support textures

Darkasf commented 8 months ago

Running it i get the same/similar issue

/opt/resolve/bin/resolve: /home/w/zluda/target/release/libcublasLt.so.11: no version information available (required by /opt/resolve/bin/../libs/libcublas.so.11)
/opt/resolve/bin/resolve: /opt/resolve/bin/../libs/libgcc_s.so.1: version `GCC_12.0.0' not found (required by /opt/rocm/lib/libhipblaslt.so.0)

It aborts immediately