mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 03:28:50 +00:00
Get the cpu tests to run.
This commit is contained in:
@ -17,7 +17,7 @@ impl<'a> StridedIndex<'a> {
|
||||
None
|
||||
} else {
|
||||
// This applies to the scalar case.
|
||||
Some(0)
|
||||
Some(layout.start_offset())
|
||||
};
|
||||
StridedIndex {
|
||||
next_storage_index,
|
||||
|
Reference in New Issue
Block a user