mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-13 12:23:55 +08:00
fix typos (#3840)
* fix typos * ci --------- Co-authored-by: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com>
This commit is contained in:
@@ -683,7 +683,7 @@ class KernelInterface:
|
||||
op_dict = {"op_name": op_name, "reset_zero_when_tune": ""}
|
||||
op_dict["triton_kernel_args"] = ",".join(modified_arg_exclude_constexpr)
|
||||
op_dict["key"] = ",".join(self.key_args)
|
||||
# when tunning, we need to reset the out to zero.
|
||||
# when tuning, we need to reset the out to zero.
|
||||
if "reset_zero_when_tune" in other_config.keys():
|
||||
op_dict["reset_zero_when_tune"] = other_config["reset_zero_when_tune"]
|
||||
|
||||
|
Reference in New Issue
Block a user