v0.1.1 - AccNet & ProcInt Showcase Applications
What's New
New Showcase Applications
AccNet - GPU-Accelerated Accounting Network Analytics
- Network visualization with force-directed graph layout
- Fraud detection: circular flows, threshold clustering, Benford's Law violations
- GAAP compliance checking for accounting rule violations
- Temporal analysis for seasonality, trends, and behavioral anomalies
- GPU kernels: Suspense detection, GAAP violation, Benford analysis, PageRank
ProcInt - GPU-Accelerated Process Intelligence
- DFG (Directly-Follows Graph) mining from event streams
- Pattern detection: bottlenecks, loops, rework, long-running activities
- Conformance checking with fitness and precision metrics
- Timeline view with partial order traces and concurrent activity visualization
- Multi-sector templates: Healthcare, Manufacturing, Finance, IT
- GPU kernels: DFG construction, pattern detection, partial order derivation, conformance checking
Changes
- Updated showcase documentation with AccNet and ProcInt sections
- Updated CI workflow to exclude CUDA tests on runners without GPU hardware
Fixes
- Fixed 14 clippy warnings in ringkernel-accnet
- Fixed benchmark API compatibility in ringkernel-accnet
- Fixed code formatting issues across showcase applications
Run the Applications
# AccNet - Accounting Network Analytics
cargo run -p ringkernel-accnet --release
# ProcInt - Process Intelligence
cargo run -p ringkernel-procint --releaseFull Changelog: v0.1.0...v0.1.1