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

Remove check for block sizes when using a compiler #272

Open
isazi opened this issue Aug 20, 2024 · 0 comments
Open

Remove check for block sizes when using a compiler #272

isazi opened this issue Aug 20, 2024 · 0 comments

Comments

@isazi
Copy link
Collaborator

isazi commented Aug 20, 2024

In tune_kernel there is a call to check_block_size_params_names_list that produces a warning if you don't have e.g. "block_size_x" in your tunable parameters. This is not useful when not using CUDA/HIP, and should not be checked. A possible solution could be based on the value passed to the lang or compiler arguments, such as skipping the test if the user is specifying its own compiler.

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

No branches or pull requests

1 participant