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 int32_t indices #3319

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

Commits on Nov 13, 2024

  1. Update benchmark test for Int32_t Indicies (pytorch#3317)

    Summary:
    X-link: facebookresearch/FBGEMM#412
    
    
    INT32 support
    
    Differential Revision: D62395317
    q10 authored and facebook-github-bot committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    24a1efa View commit details
    Browse the repository at this point in the history
  2. Add support for int32_t indices (pytorch#3319)

    Summary:
    X-link: facebookresearch/FBGEMM#414
    
    
    - Update template instantiations of v2 and nobag kernels to address undefined symbols error
    
    - Fix `hash_size_cumsum` in `transpose_embedding_input` to accept `int64_t` only
    
    Differential Revision: D62794566
    q10 authored and facebook-github-bot committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3bf2ee8 View commit details
    Browse the repository at this point in the history