Skip to content

Commit

Permalink
Increase working size up to 6 GB
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 2, 2025
1 parent 87f1ef2 commit 269f277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench/ndarray/cengine-expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np

# Create some data operands
N = 5_000
N = 20_000 # working size of 6 GB
chunks = (100, N)
blocks = (1, N)
chunks, blocks= None, None
Expand Down
2 changes: 1 addition & 1 deletion bench/ndarray/cengine-reduc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np

# Create some data operands
N = 5_000
N = 20_000 # working size of 6 GB
chunks = (100, N)
blocks = (1, N)
chunks, blocks= None, None
Expand Down

0 comments on commit 269f277

Please sign in to comment.