Module specialized_kernels

Source
Expand description

Enhanced GPU kernel optimization for specialized quantum gates

This module provides high-performance GPU kernels optimized for specialized quantum gates including holonomic gates, post-quantum cryptography gates, and quantum ML gates. It leverages tensor cores, optimized memory access patterns, and gate fusion for maximum performance.

Structs§

BufferPool
CacheStatistics
CachedCudaKernel
CachedWebGpuShader
CompiledKernel
CompiledShader
CudaSpecializedContext
CUDA context specialized for quantum gates
DeviceProperties
FusionChain
KernelCache
Kernel cache for compiled GPU kernels
OptimizationConfig
GPU optimization configuration
PerformanceReport
PerformanceStats
Performance statistics for optimization analysis
SpecializedGpuKernels
Enhanced GPU kernel manager for specialized gates
WebGpuLimits
WebGpuSpecializedContext
WebGPU context for cross-platform support

Enums§

FusionType
PostQuantumCompressionType
Supporting types and structures