🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Memory Registers

Fastest and private memory of each SM (Streaming Multiprocessor) thread, used to store local variables with a one-clock-cycle access latency.

📖
용어

Memory Thrashing

Performance degradation phenomenon during non-optimized memory accesses generating a high rate of cache misses and memory bank conflicts.

📖
용어

Memory Bank Conflicts

Simultaneous access contention to different locations of the same shared memory bank, resulting in access serialization and performance reduction.

📖
용어

Asynchronous Memory Transfer

CPU-GPU data transfers executed in parallel with kernel computations via CUDA streams, hiding memory latency and optimizing GPU utilization.

📖
용어

Memory Alignment

Alignment of data structures on specific byte boundaries (128, 256, 512 bits) to ensure coalesced and maximum memory transactions.

📖
용어

Zero-Copy Memory

Technique allowing the GPU to directly access host memory without copying, using memory mapping to reduce memory consumption and transfer times.

📖
용어

CUDA Streams

Sequence of operations executed in order on the GPU enabling task parallelism and computation-transfer overlap to optimize resource utilization.

📖
용어

Memory Pool

Pre-allocation of a GPU memory block for fast allocations/deallocations, reducing fragmentation and dynamic allocation costs during execution.

📖
용어

Memory Prefetching

Preloading data into GPU cache memory before actual use, masking memory latency and improving instruction-data parallelism.

📖
용어

Memory Paging

Management of memory pages between CPU and GPU involving on-demand migration and usage-based eviction to optimize the use of limited GPU memory.

📖
용어

CUDA Unified Virtual Addressing

Single virtual address space combining host and device memory, enabling transparent transfers and valid pointers between CPU and GPU.

📖
용어

Memory Occupancy

Ratio of active warps per SM impacted by memory usage, determining the achievable level of parallelism and GPU resource utilization efficiency.

🔍

결과를 찾을 수 없습니다