Module plan_serialization

Module plan_serialization 

Source
Expand description

FFT Plan Serialization

This module provides functionality for serializing and deserializing FFT plans, allowing for plan reuse across program executions. This can significantly improve performance for repeated FFT operations with the same parameters.

Structs§

PlanDatabase
Collection of plan information and associated metadata
PlanDatabaseStats
Statistics for the plan database
PlanInfo
Information about a serialized plan
PlanMetrics
Performance metrics for a specific plan
PlanSerializationManager
Manager for serialized FFT plans

Functions§

create_and_time_plan
Create a plan with timing measurement