Skip to main content

cubecl_environment/
time.rs

1#[cfg(not(target_os = "none"))]
2pub use web_time::{Duration, Instant};
3
4#[cfg(target_os = "none")]
5pub use embassy_time::{Duration, Instant};