Crate amari_gpu

Crate amari_gpu 

Source
Expand description

GPU acceleration for geometric algebra operations using WebGPU/wgpu

Re-exports§

pub use adaptive::AdaptiveVerificationError;
pub use adaptive::AdaptiveVerificationLevel;
pub use adaptive::AdaptiveVerifier;
pub use adaptive::CpuFeatures;
pub use adaptive::GpuBackend;
pub use adaptive::PlatformCapabilities;
pub use adaptive::PlatformPerformanceProfile;
pub use adaptive::VerificationPlatform;
pub use adaptive::WasmEnvironment;
pub use network::AdaptiveNetworkCompute;
pub use network::GpuGeometricNetwork;
pub use network::GpuNetworkError;
pub use network::GpuNetworkResult;
pub use performance::AdaptiveDispatchPolicy;
pub use performance::CalibrationResult;
pub use performance::GpuProfile;
pub use performance::GpuProfiler;
pub use performance::WorkgroupConfig;
pub use performance::WorkgroupOptimizer;
pub use relativistic::GpuRelativisticParticle;
pub use relativistic::GpuRelativisticPhysics;
pub use relativistic::GpuSpacetimeVector;
pub use relativistic::GpuTrajectoryParams;
pub use shaders::ShaderLibrary;
pub use shaders::DUAL_SHADERS;
pub use shaders::FUSION_SHADERS;
pub use shaders::TROPICAL_SHADERS;
pub use unified::BufferPoolStats;
pub use unified::EnhancedGpuBufferPool;
pub use unified::GpuAccelerated;
pub use unified::GpuContext;
pub use unified::GpuDispatcher;
pub use unified::GpuOperationParams;
pub use unified::GpuParam;
pub use unified::PoolEntryStats;
pub use unified::SharedGpuContext;
pub use unified::UnifiedGpuError;
pub use unified::UnifiedGpuResult;
pub use verification::GpuBoundaryVerifier;
pub use verification::GpuVerificationError;
pub use verification::RelativisticVerifier;
pub use verification::StatisticalGpuVerifier;
pub use verification::VerificationConfig;
pub use verification::VerificationStrategy;
pub use verification::VerifiedMultivector;

Modules§

adaptive
Adaptive Verification Framework for Cross-Platform GPU Operations
network
GPU-accelerated geometric network analysis
performance
GPU performance optimization and profiling infrastructure
relativistic
GPU acceleration for relativistic physics computations
shaders
WebGPU compute shader library for mathematical operations
unified
Unified GPU acceleration infrastructure for all mathematical domains
verification
GPU Verification Framework for Phase 4B

Structs§

AdaptiveCompute
Adaptive GPU/CPU dispatcher
GpuCliffordAlgebra
GPU-accelerated Clifford algebra operations
GpuDeviceInfo
GPU device information for edge computing
GpuFisherMatrix
GPU Fisher Information Matrix
GpuInfoGeometry
GPU-accelerated Information Geometry operations

Enums§

GpuError