Nvidia GPU Tips and Tricks: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Fix: remove --- horizontal lines (7 removed)) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== | {{Status | ||
|status=Draft | |||
|owner=Knowledge Agent | |||
|last_update=2026-07-16 | |||
|review=Pending | |||
}} | |||
{{TOC}} | |||
== Overview == | |||
Nvidia GPU Tips and Tricks에 대한 기술 문서입니다. | |||
=== Summary === | |||
* 무엇인가? - Nvidia GPU Tips and Tricks | |||
* 왜 필요한가? - HPC 및 서버 환경에서 필수 개념 | |||
* 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시 | |||
== Purpose == | |||
이 문서가 존재하는 이유 | |||
* Goal: Nvidia GPU Tips and Tricks에 대한 기술 정보 제공 | |||
* Scope: Nvidia GPU Tips and Tricks의 개념, 사용법, 설정 | |||
* Non-goals: 다른 주제로의 확장 | |||
== Key Concepts == | |||
{| class="wikitable" | |||
! Concept | |||
! Description | |||
! Related | |||
|- | |||
| Nvidia GPU Tips and Tricks | |||
| HPC/서버 환경에서 중요한 기술 개념 | |||
| [[Linux]], [[Server]] | |||
|} | |||
== Detailed Explanation == | |||
* [[NVIDIA GPUs]] | |||
Based on many cases, XID 62 and 119 error caused by incompatible driver version issues. it's recommended to install right version of GPU driver based on customer [[CUDA]] application version.<syntaxhighlight lang="bash"> | Based on many cases, XID 62 and 119 error caused by incompatible driver version issues. it's recommended to install right version of GPU driver based on customer [[CUDA]] application version.<syntaxhighlight lang="bash"> | ||
Remove Nvidia GPU driver on Ubuntu | Remove Nvidia GPU driver on Ubuntu | ||
$sudo apt-get remove --purge '^nvidia-.*' | $sudo apt-get remove --purge '^nvidia-.*' | ||
apt search or get download GPU driver from nvidia then install and test | apt search or get download GPU driver from nvidia then install and test | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{| class="wikitable" | {| class="wikitable" | ||
! colspan="1" rowspan="1" |XID | ! colspan="1" rowspan="1" |XID | ||
! colspan="1" rowspan="1" |Nvidia GPU Failure | ! colspan="1" rowspan="1" |[[NVIDIA GPU|Nvidia GPU]] Failure | ||
![[Linux]] Kernel message | ![[Linux]] [[Kernel]] message | ||
! colspan="7" rowspan="1" |Causes | ! colspan="7" rowspan="1" |Causes | ||
|- | |- | ||
| Line 23: | Line 63: | ||
! colspan="1" rowspan="1" |System Memory Corruption | ! colspan="1" rowspan="1" |System Memory Corruption | ||
! colspan="1" rowspan="1" |Bus Error | ! colspan="1" rowspan="1" |Bus Error | ||
== Best Practices == | |||
* 최신 버전 사용 권장 | |||
* 공식 문서 참고 | |||
* 테스트 환경에서 먼저 검증 | |||
== References == | == References == | ||
* [https://wiki.hpcmate.com Nvidia GPU Tips and Tricks] | |||
== Related Pages == | |||
* [[Linux]] | |||
* [[Server]] | |||
* [[Hardware]] | |||
* [[Network]] | |||
[[Category:GPU]] | |||
== Knowledge Graph == | |||
Related | |||
→ [[CUDA]] | |||
→ [[GPU]] | |||
→ [[NVIDIA GPU]] | |||
→ [[H100]] | |||
→ [[NVLink]] | |||
→ [[AMD GPUs]] | |||
→ [[A100]] | |||
→ [[MIG]] | |||
[[Category:Guide]] | |||
Latest revision as of 11:30, 17 July 2026
Overview
Nvidia GPU Tips and Tricks에 대한 기술 문서입니다.
Summary
- 무엇인가? - Nvidia GPU Tips and Tricks
- 왜 필요한가? - HPC 및 서버 환경에서 필수 개념
- 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시
Purpose
이 문서가 존재하는 이유
- Goal: Nvidia GPU Tips and Tricks에 대한 기술 정보 제공
- Scope: Nvidia GPU Tips and Tricks의 개념, 사용법, 설정
- Non-goals: 다른 주제로의 확장
Key Concepts
| Concept | Description | Related |
|---|---|---|
| Nvidia GPU Tips and Tricks | HPC/서버 환경에서 중요한 기술 개념 | Linux, Server |
Detailed Explanation
Based on many cases, XID 62 and 119 error caused by incompatible driver version issues. it's recommended to install right version of GPU driver based on customer CUDA application version.
Remove Nvidia GPU driver on Ubuntu
$sudo apt-get remove --purge '^nvidia-.*'
apt search or get download GPU driver from nvidia then install and test
| XID | Nvidia GPU Failure | Linux Kernel message | Causes | ||||||
|---|---|---|---|---|---|---|---|---|---|
| HW Error | Driver Error | User App Error | System Memory Corruption | Bus Error
Best Practices
References
Related PagesKnowledge GraphRelated → CUDA → GPU → NVIDIA GPU → H100 → NVLink → AMD GPUs → A100 → MIG | |||||