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

setting global size #50

Closed
AriRasch opened this issue Mar 15, 2017 · 1 comment
Closed

setting global size #50

AriRasch opened this issue Mar 15, 2017 · 1 comment

Comments

@AriRasch
Copy link

I try to use CLTune for tuning the XgemmDirect kernel which is part of the CLBlast library.
In CLBlast, the global size is set as ((1 + ((kSizeM - 1) / WGD))*WGD * MDIMCD) / WGD in dimension 1 and as ((1 + ((kSizeN - 1) / WGD))*WGD * NDIMCD) / WGD in dimension 2. Is it possible to set the same global in CLTune?

@CNugteren
Copy link
Owner

Somehow I missed this issue, sorry for the late reply. Not sure what you mean though? CLBlast uses CLTune for tuning, so yes, everything that is done in CLBlast is possible in general with CLTune.

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