docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AUTO-C4EB25
category: "[[10_Wiki/💡 Topics/Graphics & Performance]]"
category: "10_Wiki/💡 Topics/Graphics & Performance"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - 컴퓨트 셰이더(Compute Shaders)"
---
# [[컴퓨트 셰이더(Compute Shaders)]]
# [[컴퓨트 셰이더(Compute Shaders)|컴퓨트 셰이더(Compute Shaders)]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> 컴퓨트 셰이더(Compute Shaders)는 JavaScript 메인 스레드에서 수행되던 무거운 작업을 수천 개의 GPU 코어에서 병렬로 처리하도록 오프로드하는 범용 GPU 연산(general-purpose GPU computation) 기술입니다 [1]. 주로 WebGPU 환경에서 사용되며, 파티클 시스템, 물리 시뮬레이션, 대규모 데이터 필터링 등의 CPU 병목 현상을 획기적으로 해결하여 렌더링 성능을 극대화하는 데 필수적인 역할을 합니다 [2-4].
@@ -32,11 +32,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 컴퓨트 셰이더(Compute Sh
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[WebGPU]], [[GPU-driven Rendering]], [[TSL (Three Shader Language)]], [[Storage Textures]]
- **Projects/Contexts:** [[Three.js WebGPURenderer]], [[Native WebGPU]], [[대규모 건설/BIM 플랫폼 (Large-Scale Construction Viewers)]]
- **Related Topics:** [[WebGPU|WebGPU]], [[GPU-driven Rendering|GPU-driven Rendering]], [[TSL (Three Shader Language)|TSL (Three Shader Language)]], [[스토리지 텍스처(Storage Textures)|Storage Textures]]
- **Projects/Contexts:** [[Three.js WebGPURenderer|Three.js WebGPURenderer]], Native WebGPU, 대규모 건설/BIM 플랫폼 (Large-Scale Construction Viewers)
- **Contradictions/Notes:** 컴퓨트 셰이더를 통한 GPU 병렬 연산은 압도적인 성능 향상을 가져오지만, 작업 디스패치 사이에 `await mapAsync()`를 무분별하게 사용하면 GPU 파이프라인이 멈추고 최대 60%의 시간 동안 GPU가 유휴 상태에 빠지는 성능 저하 역효과가 발생할 수 있으므로 주의해야 합니다 [11].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/컴퓨트 셰이더(Compute Shaders).md]]
- Raw Source: 00_Raw/2026-04-20/컴퓨트 셰이더(Compute Shaders).md
---