Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing location of Ceres logic in LC0.DLL #2

Closed
dje-dev opened this issue Dec 31, 2020 · 1 comment
Closed

Confusing location of Ceres logic in LC0.DLL #2

dje-dev opened this issue Dec 31, 2020 · 1 comment

Comments

@dje-dev
Copy link
Owner

dje-dev commented Dec 31, 2020

Borg pointed out the one file that needs to be changed in the Leela source code tree is network_cudnn.cc. That is confusing because actually the Ceres addition to that code is currently hardwired to use CUDA and not CUDNN:

      _network[sessionIndex] = MakeCudaNetworkAuto(weights, od);

This is not an actual problem, just something confusing to be cleaned up.

@dje-dev
Copy link
Owner Author

dje-dev commented Jan 1, 2021

Fixed with commit db92e8. The documentation page referenced the wrong c++ file.

@dje-dev dje-dev closed this as completed Jan 1, 2021
dje-dev pushed a commit that referenced this issue Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant