Initial commit
This commit is contained in:
@@ -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};
|
||||
Reference in New Issue
Block a user