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

Use a different str for device instead of meta #7995

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Use a different str for device instead of meta #7995

merged 2 commits into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. Use privateuseone as "jax" device type.

    So XLATensor2's device property is no longer 'meta'
    
    Capture tensor constructors and give option to override 'cuda' with 'jax'
    device (specially useful for running GPU code on TPU).
    
    Co-authored-by: Will Cromar <wcromar@google.com>
    qihqi and will-cromar committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1bc458d View commit details
    Browse the repository at this point in the history
  2. remove kwarg

    qihqi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1e42735 View commit details
    Browse the repository at this point in the history