Get the cpu tests to run.

This commit is contained in:
laurent
2023-06-28 14:32:02 +01:00
parent 14449ff80c
commit caafef6cc1
5 changed files with 6 additions and 19 deletions

View File

@ -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,