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 int32_t for kThreadGroupSize in warp_per_row #1332

Closed
wants to merge 1 commit into from

Commits on Sep 16, 2022

  1. Use int32_t for kThreadGroupSize in warp_per_row (pytorch#1332)

    Summary:
    Pull Request resolved: pytorch#1332
    
    Use int32_t for kThreadGroupSize instead of size_t.  Using size_t
    causes a slowdown in some cases.
    
    Reviewed By: jianyuh
    
    Differential Revision: D39568569
    
    fbshipit-source-id: 7a1e56f96a0e9929fb9600156f22fe3c58a3c59e
    sryap committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    bb74666 View commit details
    Browse the repository at this point in the history