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 a8dfdf8 commit 41b2c7cCopy full SHA for 41b2c7c
test/test_gpu/main.py
@@ -87,10 +87,10 @@ def _run_one_operator(args: List[str]):
87
return
88
if op.has_bwd():
89
del op
90
- tb_args.mode = "bwd"
91
if tb_args.op in BWD_ARGS_OPS:
92
args.extend(BWD_ARGS_OPS[tb_args.op])
93
tb_args, extra_args = parser.parse_known_args(args)
+ tb_args.mode = "bwd"
94
op = Operator(tb_args=tb_args, extra_args=extra_args)
95
op.run()
96
check_ci_output(op)
0 commit comments