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

Network initialization restructuring #1750

Merged
merged 2 commits into from
Aug 20, 2018
Merged

Commits on Aug 20, 2018

  1. Network initialization restructuring

    - Create one net at a time when doing fp16/fp32 autodetect.  Saves some GPU memory
    - Create an internal lambda which initializes the nets
    - Use std::copy to copy vectors to reduce runtime
    ihavnoid committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    0fd4637 View commit details
    Browse the repository at this point in the history
  2. zeropad_U : loop reordering for performance optimization

    Plus other optimizations for zero-copying initialization
    ihavnoid committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    526a0f4 View commit details
    Browse the repository at this point in the history