diff options
Diffstat (limited to 'candle-core/src/storage.rs')
-rw-r--r-- | candle-core/src/storage.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/candle-core/src/storage.rs b/candle-core/src/storage.rs index 5e6cfdf2..52af5861 100644 --- a/candle-core/src/storage.rs +++ b/candle-core/src/storage.rs @@ -206,7 +206,6 @@ impl Storage { } pub(crate) fn unary_impl<B: op::UnaryOpT>(&self, layout: &Layout) -> Result<Self> { - // TODO: Different code path for the contiguous case? match self { Storage::Cpu(storage) => { let storage = storage.unary_impl::<B>(layout)?; |