Initial commit

This commit is contained in:
redclawsystems
2026-03-04 00:08:42 +00:00
commit 4d88dc0584
4449 changed files with 1556714 additions and 0 deletions
@@ -0,0 +1,9 @@
//! Profiler integration module
//!
//! Provides extended kernel profiling using gpu-profiler.
mod kernel_stats;
mod warp_analysis;
pub use kernel_stats::{ExtendedKernelProfiler, ProfilingResult, ReportFormat};
pub use warp_analysis::{SIMDMetrics, WarpAnalyzer, WarpMetrics};