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 [6/N] #3182

Closed
wants to merge 6 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]

    Summary: - Convert `pruned_hashmap_lookup_cpu` to use `index_t`
    
    Differential Revision: D62472965
    Benson Ma authored and facebook-github-bot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    61e73ea View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Add support for int64_t indices and offsets in TBE inference [6/N] (p…

    …ytorch#3182)
    
    Summary:
    Pull Request resolved: pytorch#3182
    
    X-link: facebookresearch/FBGEMM#278
    
    - Convert `PrunedMapCPU::lookup` to use `index_t`
    
    Differential Revision: D62602764
    q10 authored and facebook-github-bot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7af4de1 View commit details
    Browse the repository at this point in the history