🏠 Hem
Benchmarkar
📊 Alla benchmarkar 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List-applikationer 🎨 Kreativa fria sidor 🎯 FSACB - Ultimata uppvisningen 🌍 Översättningsbenchmark
Modeller
🏆 Topp 10 modeller 🆓 Gratis modeller 📋 Alla modeller ⚙️ Kilo Code
Resurser
💬 Promptbibliotek 📖 AI-ordlista 🔗 Användbara länkar

AI-ordlista

Den kompletta ordlistan över AI

162
kategorier
2 032
underkategorier
23 060
termer
📖
termer

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.

📖
termer

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.

📖
termer

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.

📖
termer

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.

📖
termer

Matrix Fragmentation

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

📖
termer

Tensor Core Utilization

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

📖
termer

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.

📖
termer

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.

📖
termer

Shared Memory Tiling

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

📖
termer

Warp-level Matrix Scheduling

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

📖
termer

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.

📖
termer

Deep Learning Benchmarks

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

📖
termer

Automatic Mixed Precision (AMP)

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

📖
termer

Tensor Core Memory Coalescing

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

📖
termer

Sparse Matrix Support

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

🔍

Inga resultat hittades