handshake-org / hs-miner

Mining infrastructure for handshake
Other
74 stars 19 forks source link

Have a way of testing GPU results #19

Open rhn opened 4 years ago

rhn commented 4 years ago

The drivers are often flaky, and a mode to verify mined results would indicate the users that computations don't work before trying to let it run.

Especially useful for development.

A possible solution using hs-bench: a flag sets all input params to constant values (I think this is done already), and a comparison against a table of results (this is not done).