You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In
tune_kernel
there is a call tocheck_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 thelang
orcompiler
arguments, such as skipping the test if the user is specifying its own compiler.The text was updated successfully, but these errors were encountered: