We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3abb3 commit c692ba6Copy full SHA for c692ba6
kernel_tuner/searchspace.py
@@ -70,8 +70,8 @@ def __init__(
70
tune_params = from_cache["tune_params"]
71
if from_cache is None:
72
assert (
73
- tune_params is not None and restrictions is not None and max_threads is not None
74
- ), "Must specify positional arugments ."
+ tune_params is not None and max_threads is not None
+ ), "Must specify positional arguments."
75
76
# set the object attributes using the arguments
77
framework_l = framework.lower()
0 commit comments