🏠 Trang chủ
Benchmark
📊 Tất cả benchmark 🦖 Khủng long v1 🦖 Khủng long v2 ✅ Ứng dụng To-Do List 🎨 Trang tự do sáng tạo 🎯 FSACB - Trình diễn cuối cùng 🌍 Benchmark dịch thuật
Mô hình
🏆 Top 10 mô hình 🆓 Mô hình miễn phí 📋 Tất cả mô hình ⚙️ Kilo Code
Tài nguyên
💬 Thư viện prompt 📖 Thuật ngữ AI 🔗 Liên kết hữu ích

Thuật ngữ AI

Từ điển đầy đủ về Trí tuệ nhân tạo

162
danh mục
2.032
danh mục con
23.060
thuật ngữ
📖
thuật ngữ

Memory Registers

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

📖
thuật ngữ

Memory Thrashing

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

📖
thuật ngữ

Memory Bank Conflicts

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

📖
thuật ngữ

Asynchronous Memory Transfer

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

📖
thuật ngữ

Memory Alignment

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

📖
thuật ngữ

Zero-Copy Memory

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

📖
thuật ngữ

CUDA Streams

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

📖
thuật ngữ

Memory Pool

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

📖
thuật ngữ

Memory Prefetching

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

📖
thuật ngữ

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.

📖
thuật ngữ

CUDA Unified Virtual Addressing

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

📖
thuật ngữ

Memory Occupancy

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

🔍

Không tìm thấy kết quả