diff options
Diffstat (limited to 'candle-core/benches/benchmarks/mod.rs')
-rw-r--r-- | candle-core/benches/benchmarks/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/candle-core/benches/benchmarks/mod.rs b/candle-core/benches/benchmarks/mod.rs index 295bbabd..4e73ebb6 100644 --- a/candle-core/benches/benchmarks/mod.rs +++ b/candle-core/benches/benchmarks/mod.rs @@ -1,4 +1,5 @@ pub(crate) mod matmul; +pub(crate) mod where_cond; use candle_core::{Device, Result}; |