Skip to content

Commit

Permalink
#19 - adjust batch 10-12 20%
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Jan 2, 2025
1 parent 12a0d0d commit a3e1dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public boolean isCollatzMax(long oddSearchCurrent, long secondsStart) {
}

public void searchCollatzParallel(long oddSearchCurrent, long secondsStart) {
long batchBits = 10; // adjust this based on the chip architecture
long batchBits = 12; // adjust this based on the chip architecture

long searchBits = 32;
long batches = 1 << batchBits;
Expand Down

0 comments on commit a3e1dad

Please sign in to comment.