dje-dev / Ceres

Ceres - an MCTS chess engine for research and recreation
GNU General Public License v3.0
153 stars 23 forks source link

Provide some useful help when CUDA can not be initialized #60

Closed alstrup closed 3 years ago

alstrup commented 3 years ago

If you run Ceres without CUDA installed, it just seems to hang. Catch the exception, and provide a bit more help.

alstrup commented 3 years ago

Added documentation for the ANALYZE output as well

alstrup commented 3 years ago

@dje-dev How is the process for PRs? Is it OK to have two changes like this in one? I'm just getting into the code, but would like to contribute some new analysis tools for various experiments.

dje-dev commented 3 years ago

Many thanks for these improvements, sorry for the delay in noticing. I think it is best practice to make separate commits for different changes, but this time we can just take it as is. I will merge these changes in soon.