Skip to content

Commit

Permalink
Add main
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Nov 18, 2024
1 parent 6c8c122 commit 59bb8fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/test_gpu/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ def _run_operator_in_task(op: str, args: List[str]):
task.run()
task.check_output()
except NotImplementedError:
logger.info(
f"Operator {op} does not support backward, skipping backward test."
)
# Operator does not support backward, skip the test
pass


def make_test(operator):
Expand Down

0 comments on commit 59bb8fe

Please sign in to comment.