Tag: nvidia

Ubuntu 18.04, nvidia cuda 설치하기.

Ubuntu 18.04, nvidia cuda 설치 1. GPU 설치 확인 Tesla V100이 설치되어 있으며, device driver가 설치되어 있지 않아서 UNCLAIMED로 표시된다. $ sudo lshw -c display *-display:1 UNCLAIMED description: 3D controller product: GV100GL [Tesla V100 SXM2 32GB] vendor: NVIDIA Corporation physical id: 9 bus info: pci@0000:00:09.0 version: a1 width: 64 bits clock: 33MHz capabilities: pm msi …

Continue reading

KVM guest에 nvidia GPU 할당할때 오류 처리

KVM guest에 nvidia GPU (path through)할당할때 오류 처리. Host OS: CentOS 7, 4 nvidia GPU Guest OS: Ubuntu 18.04 kvm guest에 Nvidia GPU를 할당하고 실행했을때, 아래 오류가 발생했다. Nvidia GPU는 아래 그림처럼 PCI 디바이스에서 찾아 볼 수 있다. 오류 내용은 아래와 같다. Error starting domain: unsupported configuration: host doesn’t support passthrough of host PCI devices …

Continue reading