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

Conversation

sryap
Copy link
Contributor

@sryap sryap commented Sep 16, 2022

Summary:
Use int32_t for kThreadGroupSize instead of size_t. Using size_t
causes a slowdown in some cases.

Differential Revision: D39568569

@netlify
Copy link

netlify bot commented Sep 16, 2022

Deploy Preview for eclectic-stroopwafel-199537 canceled.

Name Link
🔨 Latest commit bb74666
🔍 Latest deploy log https://app.netlify.com/sites/eclectic-stroopwafel-199537/deploys/6324e0af890e120008759351

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39568569

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39568569

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants