Skip to content

Nvidia

엔비디아(NVIDIA, 나스닥: NVDA)는 컴퓨터용 그래픽 처리 장치와 멀티미디어 장치를 개발, 제조하는 회사이다.

엑스박스와 플레이스테이션 3과 같은 비디오 게임기에 그래픽 카드 칩셋을 공급하였으며 2005년 12월 14일, 엔비디아는 ULI를 인수했다. 이 회사는 ATI 칩셋에 쓰이는 사우스 브릿지를 생산하고 있었다. 본사는 캘리포니아 주의 샌타클라라에 있다.

Category

Products

GeForce series

Model

SMs

GeForce GTX 1050

5

GeForce GTX 1050 Ti

6

GeForce GTX 1060 3GB

9

GeForce GTX 1060 6GB

10

GeForce GTX 1070

15

GeForce GTX 1080

20

GeForce GTX 1080 Ti

28

NVIDIA TITAN X

28

NVIDIA TITAN Xp

30

Tesla series

Model

GPU

SMs

Tesla K40

GPU GK180 (Kepler)

15

Tesla M40

GM200 (Maxwell)

24

Tesla P100

GP100 (Pascal)

56

Tesla V100

GV100 (Volta)

80

Uninstall nvidia driver

sudo nvidia-uninstall

수동으로 제거해야 한다면 아래와 같이 해보자.

sudo apt-get remove --purge '^nvidia-.*'

최신 버전에서는 다음 명령으로 해결 가능하다:

sudo apt-get purge nvidia*
sudo apt-get autoremove

재부팅 한다.

sudo reboot

(재부팅 후) GPU를 사용하는 모든 프로세스를 끄기 위해 관리자 권한 획득:

sudo -i

GPU를 사용하는 모든 프로세스를 닫고 nvidia 드라이버를 비활성화 합니다.

systemctl isolate multi-user.target
modprobe -r nvidia-drm

참고로:

  • modprobe의 -r 옵션: 모듈을 제거하거나 atuoclean 모듈을 제거
  • systemctl의 isolate 명령: 현재 세션에 즉시 반영

(참고로) 기본 드라이버는 아래와 같이 활성화 시킨다.

sudo apt-get install ubuntu-desktop
sudo rm /etc/X11/xorg.conf
echo 'nouveau' | sudo tee -a /etc/modules

모니터 없이 시작

CUDA:Troubleshooting#Without Monitor 항목 참조.

재부팅 시 중지되는 현상

CUDA:Troubleshooting#Stop on reboot 항목 참조.

드라이버 설치 문제

ERROR: An NVIDIA kernel module 'nvidia-drm' appears to already be loaded in your kernel.  This may be because it is in use (for example, by an X server, a CUDA program, or the NVIDIA Persistence Daemon), but this may also happen if your kernel was configured without support for module unloading.  Please be sure to exit any programs that may be using the GPU(s) before attempting to upgrade your driver.  If no GPU-based programs are running, you know that your kernel supports module unloading, and you still receive this message, then an error may have occurred that has corrupted an NVIDIA kernel module's usage count, for which the simplest remedy is to reboot your computer.

요약하면,

드라이버를 업그레이드하기 전에 GPU를 사용하고 있을 수 있는 모든 프로그램을 종료하십시오.

#Uninstall nvidia driver 항목을 참조하여 드라이버를 지우고 다시 설치하면 된다.

GTC Korea 2015

GTC Korea 2015 엔비디아 코리아/GTC Korea 2015 발표자료

  • Track_1_-_Deep_Learning.zip
  • Track_2_-_GPU_Accelerated_Science.zip
  • Track_3_-_CUDA_Computer_Vision.zip
  • Track_4_-_Cloud_Virtualization.zip

AttentionNet for Accurate Localization and Detection of Objects

Local download: 1506.07704v2_-_Aggregating_Weak_Directions_for_Accurate_Object_Detection.pdf

See also

Favorite site

Article

References


  1. List_of_Nvidia_graphics_processing_units_-_Wikipedia.pdf (2019-10-17) 

  2. GeForce_GTX_1080_Whitepaper_FINAL.pdf 

  3. Volta-architecture-whitepaper.pdf