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

Add support for int64_t indices and offsets in TBE inference [5/N] #3129

Closed
wants to merge 5 commits into from

Commits on Sep 30, 2024

  1. Add support for int64_t indices in TBE inference [1/N]

    Summary: - Add support for int64_t indices in TBE inference [1/N]
    
    Differential Revision: D61813383
    Benson Ma authored and facebook-github-bot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    55431bd View commit details
    Browse the repository at this point in the history
  2. Add support for int64_t indices in TBE inference [2/N]

    Summary:
    - Add support for int64_t indices in TBE inference [2/N]
    
    - Convert `pruned_array_lookup_cuda` to use index_t
    
    Differential Revision: D62271409
    Benson Ma authored and facebook-github-bot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b57f0ee View commit details
    Browse the repository at this point in the history
  3. Add support for int64_t indices and offsets in TBE inference [3/N]

    Summary: - Convert `pruned_hashmap_lookup_cuda` to use index_t
    
    Differential Revision: D62277673
    Benson Ma authored and facebook-github-bot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    848ba70 View commit details
    Browse the repository at this point in the history
  4. Add support for int64_t indices and offsets in TBE inference [4/N]

    Summary: - Convert `pruned_array_lookup_cpu` to use `index_t`
    
    Differential Revision: D62470736
    Benson Ma authored and facebook-github-bot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cfcaa56 View commit details
    Browse the repository at this point in the history
  5. Add support for int64_t indices and offsets in TBE inference [5/N] (p…

    …ytorch#3129)
    
    Summary:
    Pull Request resolved: pytorch#3129
    
    X-link: facebookresearch/FBGEMM#216
    
    - Convert `pruned_hashmap_lookup_cpu` to use `index_t`
    
    Differential Revision: D62472965
    q10 authored and facebook-github-bot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0711ec4 View commit details
    Browse the repository at this point in the history