Skip to content

Commit

Permalink
Merge branch 'ASPLOS' of https://github.com/StanfordAHA/lake into new…
Browse files Browse the repository at this point in the history
…_asplos
  • Loading branch information
kavyasreedhar committed Aug 7, 2024
2 parents 3c6d53a + 52ae16e commit abc1123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_spec/dual_port_rv.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_linear_test(depth=512):
'offset': 0
},
'schedule': {
'strides': [1, outer],
'strides': [1, use_depth],
'offset': 0
}
}
Expand All @@ -111,7 +111,7 @@ def get_linear_test(depth=512):
'offset': 0
},
'schedule': {
'strides': [1, outer],
'strides': [1, use_depth],
'offset': 1
}
}
Expand Down

0 comments on commit abc1123

Please sign in to comment.