mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 03:54:56 +00:00
Bugfix for the contiguous strides.
This commit is contained in:
@ -17,6 +17,7 @@ impl CpuStorage {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(crate) struct StridedIndex<'a> {
|
||||
next_storage_index: Option<usize>,
|
||||
multi_index: Vec<usize>,
|
||||
|
Reference in New Issue
Block a user