Skip to content

Commit d37ef7f

Browse files
authored
Expose cache config to be able to configure all fields in GlobalConfig (#874)
1 parent a0cb110 commit d37ef7f

File tree

1 file changed

+3
-2
lines changed
  • crates/cubecl-runtime/src/config

1 file changed

+3
-2
lines changed

crates/cubecl-runtime/src/config/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
/// Autotune config module.
22
pub mod autotune;
3+
/// Cache config module.
4+
#[cfg(std_io)]
5+
pub mod cache;
36
/// Compilation config module.
47
pub mod compilation;
58
/// Profiling config module.
69
pub mod profiling;
710

811
mod base;
9-
#[cfg(std_io)]
10-
pub(crate) mod cache;
1112
mod logger;
1213

1314
pub use base::*;

0 commit comments

Comments
 (0)