HAMi icon indicating copy to clipboard operation
HAMi copied to clipboard

demo's error is bash: symbol lookup error: /usr/local/vgpu/libvgpu.so: undefined symbol: cuMemAllocAsync

Open Wercurial opened this issue 2 years ago • 4 comments

hi, I need help, when I use demo :

apiVersion: v1
kind: Pod
metadata:
  name: gpu-pod
spec:
  containers:
    - name: ubuntu-container
      image: ubuntu:18.04
      command: ["bash", "-c", "sleep 86400"]
      resources:
        limits:
          nvidia.com/gpu: 3 # 请求2个vGPUs
          nvidia.com/gpumem: 3000 # 每个vGPU申请3000m显存 (可选,整数类型)
          nvidia.com/gpucores: 20 # 每个vGPU的算力为30%实际显卡的算力 (可选,整数类型)

it's error for:

 bash: symbol lookup error: /usr/local/vgpu/libvgpu.so: undefined symbol: cuMemAllocAsync

Wercurial avatar Jun 20 '22 08:06 Wercurial

which CUDA Version and driver version are you using

archlitchi avatar Jun 21 '22 07:06 archlitchi

hi,CUDA version is 11.0, driver version is 450.80.02

Wercurial avatar Jun 21 '22 08:06 Wercurial

please update to the latest version using "helm repo update" and try again

archlitchi avatar Jun 21 '22 08:06 archlitchi

please update to the latest version using "helm repo update" and try again

thank you,I'll try it.

Wercurial avatar Jun 21 '22 08:06 Wercurial