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

code reorganization #2041

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

borg323
Copy link
Member

@borg323 borg323 commented Jun 29, 2024

The src directory is re-organized as follows:

  1. The benchmark and lc0ctl directories are merged into tools.
  2. All backends are moved into neural/backends.
  3. The neural/onnx and neural/xla directories remain but only contain the conversion functions and not any backend code.
  4. The neural/tables directory contains some generic information that used to be in neural/shared (activation functions, policy maps etc.) that are used by both backends and the onnx converter.
  5. The rest of neural/shared is moved to neural/backends/shared/.
  6. The rescorer is moved into the trainingdata directory.

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

Successfully merging this pull request may close these issues.

2 participants