提交 812a8f9b authored 作者: Ricardo's avatar Ricardo 提交者: Thomas Wiecki

Remove unused `gpu_*_elemwise` flags

上级 531919fd
...@@ -1436,24 +1436,6 @@ def add_deprecated_configvars(): ...@@ -1436,24 +1436,6 @@ def add_deprecated_configvars():
in_c_key=False, in_c_key=False,
) )
# TODO: this setting is not used anywhere
config.add(
"gpu__local_elemwise_fusion",
(
"Enable or not in fast_run mode(fast_run optimization) the gpu "
"elemwise fusion optimization"
),
BoolParam(True),
in_c_key=False,
)
# TODO: this setting is not used anywhere
config.add(
"gpuelemwise__sync",
"when true, wait that the gpu fct finished and check it error code.",
BoolParam(True),
in_c_key=False,
)
config.add( config.add(
"warn__round", "warn__round",
"Warn when using `tensor.round` with the default mode. " "Warn when using `tensor.round` with the default mode. "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论