Skip to content

Commit

Permalink
#19 - 13 batch spot for apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Jan 3, 2025
1 parent 2247cbd commit f9f3ced
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public boolean isCollatzMax(long oddSearchCurrent, long secondsStart) {
}

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

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

0 comments on commit f9f3ced

Please sign in to comment.