본문 바로가기
반응형

Nvidia16

DCGMI repository 등록 및 설치/실행(Ubuntu 22.04.3) https://docs.nvidia.com/datacenter/dcgm/latest/user-guide/getting-started.html Getting Started — NVIDIA DCGM Documentation latest documentationPost-Install Warning On HGX systems (A100/A800 and H100/H800), you will need to install the NVIDIA Switch Configuration and Query (NSCQ) library for DCGM to enumerate the NVSwitches and provide telemetry for switches. Refer to the HGX Software Guide for m.. 2023. 10. 18.
run파일 방식을 이용한 CUDA 12.2 설치 *Driver는 설치된 후 시작함 >>wget https://developer.download.nvidia.com/compute/cuda/12.2.2/local_installers/cuda_12.2.2_535.104.05_linux.run// >> chmod 777 cuda_12.2.2_535.104.05_linux.run *실행권한부여 >>./cuda_12.2.2_535.104.05_linux.run //드라이버는 이미 설치되어 있는 상황임으로, CUDA 설치시에 Driver만 체크해제 후 설치. >>vim ~/.bashrc export PATH=/usr/local/cuda12.2/bin:$PATH export LD_LIBRARY_PATH=/usr/local/cuda-12.2/lib64:$LD_LIBR.. 2023. 10. 5.
NVLINK 상태 확인 해당 명령어는 driver 설치 후에 이용이 가능하다. driver 설치 후에 확인해보자. https://ccclog.tistory.com/50 PPA를 통한 Nvidia 드라이버 설치 Ubuntu 18.04에서 진행. >> add-apt-repository ppa:/graphics-drivers/ppa *23.04에서는 add-apt-repository ppa:graphics-drivers/ppa로 설치 확인. >> apt-get update >> apt-get install nvidia-driver-xxx #원하는 드라이버 버전 지정 >>nvidia-s ccclog.tistory.com >>nvidia-smi topo -m 해당 명령어를 통해서, nvlink mapping이 확인가능하다. >>nvii.. 2023. 9. 23.
Nvidia driver 다운로드 링크(공식 고급 드라이버 설치) Nvidia driver를 다운로드하다보면, 이전 버전이 필요한 경우나, 특정 버전이 필요한 경우가 발생하는데, 기본 다운로드 센터에서는 최신버전을 안내해준다. https://www.nvidia.co.kr/Download/index.aspx?lang=kr Download the latest official NVIDIA drivers Download the latest official NVIDIA drivers www.nvidia.com 이 경우 다음 페이지를 이용하면 된다. https://www.nvidia.co.kr/Download/Find.aspx?lang=kr Advanced Driver Search official NVIDIA drivers Advanced Driver Search official.. 2023. 8. 16.
GDS란? *GDS Docs : https://docs.nvidia.com/gpudirect-storage/index.html NVIDIA GPUDirect Storage - NVIDIA Docs docs.nvidia.com Nvidia GDS는 Nvidia GPU Direct Storage의 약자로, GPU 메모리와 스토리지 사이에 직접적인 데이터 경로를 제공하는 기술입니다. 이 기술은 cpu를 거치지 않고 직접 메모리 접근 (dma) 전송을 수행하기 때문에 시스템의 대역폭을 높이고 지연시간과 cpu의 부하를 줄여줍니다.(Bottleneck 현상 방지.) Nvidia GDS 는 cufile api라는 cuda® 애플리케이션을 위한 api를 통해 사용할 수 있으며, libcufile.so와 nvidia-fs.ko라.. 2023. 7. 12.
CUDA sample 설치 및 Device Query, Bandwidth test. 최근 CUDA에서 CUDA sample이 제외되고 있다. *CUDA 11.8이전버전에서 플랫폼 문제 존재함. 되도록이면, 11.8 이후버전 설치 이 경우, 별도 설치를 진행해야 한다. https://github.com/NVIDIA/cuda-samples GitHub - NVIDIA/cuda-samples: Samples for CUDA Developers which demonstrates features in CUDA Toolkit Samples for CUDA Developers which demonstrates features in CUDA Toolkit - GitHub - NVIDIA/cuda-samples: Samples for CUDA Developers which demonstrates fea.. 2022. 11. 16.
반응형