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

AI 용어집

인공지능 완전 사전

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

FP16 Operations

Half-precision floating-point calculations (16 bits) offering up to 8x more throughput than FP32 on Tensor Cores, with significant reduction in memory bandwidth and energy consumption.

📖
용어

TensorFloat-32 (TF32)

NVIDIA hybrid numerical format using 8 exponent bits (like FP32) and 10 mantissa bits (like FP16), offering an optimal compromise between dynamic range and precision for Ampere Tensor Cores.

📖
용어

Warp Matrix Multiply-Accumulate (WMMA)

CUDA API allowing warps of 32 threads to efficiently perform matrix multiply-accumulate operations directly on Tensor Cores with access to fragmented registers.

📖
용어

CUDA Kernels for Tensor Cores

GPU programs specifically optimized to leverage Tensor Core instructions, using WMMA primitives or high-level libraries for maximum matrix throughput.

📖
용어

Matrix Fragmentation

Technique of partitioning matrices into smaller fragments distributed among warp threads for parallel execution on Tensor Core units, optimizing computational resource utilization.

📖
용어

Tensor Core Utilization

Metric measuring the percentage of cycles where Tensor Cores perform useful calculations, crucial for evaluating optimization effectiveness and identifying bottlenecks.

📖
용어

INT8 Quantization for Inference

Conversion of neural network weights and activations to 8-bit integers, enabling up to 32x acceleration on Tensor Cores with controlled precision degradation.

📖
용어

CublasLt Tensor Core Library

CUBLAS library extension optimized for Tensor Cores, offering high-performance GEMM (General Matrix Multiply) routines with native support for mixed-precision formats.

📖
용어

Shared Memory Tiling

Strategy for organizing data in GPU shared memory into optimal tiles for Tensor Core access, minimizing bank conflicts and maximizing bandwidth.

📖
용어

Warp-level Matrix Scheduling

Scheduling of matrix operations at the warp level to maximize Tensor Core pipeline utilization, accounting for latencies and data dependencies.

📖
용어

Tensor Core Register Pressure

Constraint related to the limited number of registers per SM, affecting the ability to parallelize Tensor Core operations and requiring a balance between occupancy and efficient unit utilization.

📖
용어

Deep Learning Benchmarks

Test suites like MLPerf that evaluate Tensor Core optimization performance on real neural network training and inference workloads.

📖
용어

Automatic Mixed Precision (AMP)

Automatic operational precision selection technique that identifies eligible Tensor Core operations and maintains FP32 copies for numerical stability.

📖
용어

Tensor Core Memory Coalescing

Memory access optimization to align with Tensor Core access patterns, grouping transactions into contiguous accesses to maximize throughput.

📖
용어

Sparse Matrix Support

Ampere Tensor Cores' ability to efficiently process structured sparse matrices, offering up to 2x acceleration for neural networks with sparsity.

🔍

결과를 찾을 수 없습니다