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 [4/N] #3128

Closed
wants to merge 4 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
    dfbe4cb 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
    9f8acbc 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
    bb86980 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] (p…

    …ytorch#3128)
    
    Summary:
    Pull Request resolved: pytorch#3128
    
    X-link: facebookresearch/FBGEMM#215
    
    - Convert `pruned_array_lookup_cpu` to use `index_t`
    
    Reviewed By: jianyuh
    
    Differential Revision: D62470736
    q10 authored and facebook-github-bot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e224990 View commit details
    Browse the repository at this point in the history