Skip to content

Commit 59bb8fe

Browse files
committed
Add main
1 parent 6c8c122 commit 59bb8fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/test_gpu/main.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ def _run_operator_in_task(op: str, args: List[str]):
102102
task.run()
103103
task.check_output()
104104
except NotImplementedError:
105-
logger.info(
106-
f"Operator {op} does not support backward, skipping backward test."
107-
)
105+
# Operator does not support backward, skip the test
106+
pass
108107

109108

110109
def make_test(operator):

0 commit comments

Comments
 (0)