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§
- Tensor
Core Capabilities - Tensor core capabilities for different GPU architectures
- Tensor
Core Config - Tensor core configuration for optimized operations
- Tensor
Core Manager - Tensor core manager for handling hardware acceleration
- Tensor
Operation - Tensor core operation descriptor
Enums§
- Sparse
Pattern - Sparsity patterns for sparse tensor operations
- Tensor
Core Error - Error types for tensor core operations
- Tensor
Core Op - Tensor core operation types
- Tensor
Data Type - Supported tensor data types for hardware acceleration
Functions§
- tensor_
core_ gemm - Tensor core optimized matrix multiplication