Module tensor_cores

Module tensor_cores 

Source
Expand description

Tensor core acceleration support for modern GPUs

This module provides support for hardware-accelerated tensor operations using specialized tensor processing units available on modern GPUs (NVIDIA Tensor Cores, AMD Matrix Cores, etc.).

Structs§

TensorCoreCapabilities
Tensor core capabilities for different GPU architectures
TensorCoreConfig
Tensor core configuration for optimized operations
TensorCoreManager
Tensor core manager for handling hardware acceleration
TensorOperation
Tensor core operation descriptor

Enums§

SparsePattern
Sparsity patterns for sparse tensor operations
TensorCoreError
Error types for tensor core operations
TensorCoreOp
Tensor core operation types
TensorDataType
Supported tensor data types for hardware acceleration

Functions§

tensor_core_gemm
Tensor core optimized matrix multiplication