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

GPU export options #2297

Merged
merged 7 commits into from
Mar 6, 2021
Merged

GPU export options #2297

merged 7 commits into from
Mar 6, 2021

Commits on Feb 25, 2021

  1. option for skip last layer and cuda export support

    Jan Hajek committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    49bd2fe View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. added parameter device

    Jan Hajek committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    93b41d7 View commit details
    Browse the repository at this point in the history
  2. fix import

    Jan Hajek committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    e3f5bdb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. cleanup 1

    glenn-jocher committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    6373c3f View commit details
    Browse the repository at this point in the history
  2. cleanup 2

    glenn-jocher committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    b482563 View commit details
    Browse the repository at this point in the history
  3. opt-in grid

    --grid will export with grid computation, default export will skip grid (same as current)
    glenn-jocher committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    435cb83 View commit details
    Browse the repository at this point in the history
  4. default --device cpu

    GPU export causes ONNX and CoreML errors.
    glenn-jocher committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    2b2c800 View commit details
    Browse the repository at this point in the history