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

How to utilize all the cuda cores for low intensive task #51

Closed
viai957 opened this issue Sep 26, 2020 · 1 comment
Closed

How to utilize all the cuda cores for low intensive task #51

viai957 opened this issue Sep 26, 2020 · 1 comment

Comments

@viai957
Copy link

viai957 commented Sep 26, 2020

No description provided.

@mdoijade
Copy link
Collaborator

@vigneshyaadav27 cuda programming model doesn't directly control utilization of SM but if you launch enough number of warps where achieved occupancy is 60-80% you should be good as far as SM utilization is concerned.

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

No branches or pull requests

2 participants