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

derivativeGP gpu support #444

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 18, 2024

  1. Monotonic rejection model and generator (facebookresearch#458)

    Summary:
    
    monotonic rejection model GPU support, since they're tied to the generator, we also ensure the generators are gpu ready as well.
    
    Differential Revision: D65638150
    JasonKChow authored and facebook-github-bot committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4d91df5 View commit details
    Browse the repository at this point in the history
  2. derivativeGP gpu support (facebookresearch#444)

    Summary:
    
    Add gpu support for derivative GP.
    
    I noticed that this model isn’t actually like a normal model that can show up in a live experiment with a config, but we should still make it work for GPU. I did most of that but it did require some pretty arcane shenanigans with overriding GPyTorch’s underlying handling of train_inputs. This in turn made me do some arcane mypy stuff.
    
    Differential Revision: D65515631
    JasonKChow authored and facebook-github-bot committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6ac6826 View commit details
    Browse the repository at this point in the history