Skip to content

Commit

Permalink
Print testing operators
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Nov 18, 2024
1 parent a886d5f commit e023e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/tritonbench/test-gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ fi
# install deps
pip install psutil tabulate

python -m unittest test.test_gpu.main
python -m unittest test.test_gpu.main -v
1 change: 1 addition & 0 deletions test/test_gpu/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

TEST_OPERATORS = set(list_operators_by_collection(op_collection="default")) - SKIP_OPS

print(f"Testing operators: {TEST_OPERATORS}")

def check_ci_output(op):
from tritonbench.utils.triton_op import REGISTERED_BENCHMARKS
Expand Down

0 comments on commit e023e56

Please sign in to comment.