Skip to content

Commit

Permalink
OCL verify max_iters = 2500
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Jan 4, 2025
1 parent c32309a commit ed86f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OCL_VDF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void OCL_VDF::compute(std::shared_ptr<const ProofOfTime> proof)
hash_buf.upload(queue, hash, false);
num_iters_buf.upload(queue, num_iters, false);

const uint32_t max_iters = 10000;
const uint32_t max_iters = 2500;

kernel->set("hash", hash_buf);
kernel->set("num_iters", num_iters_buf);
Expand Down

0 comments on commit ed86f5a

Please sign in to comment.