Skip to content

Commit

Permalink
fix python lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: hanhanW <[email protected]>
  • Loading branch information
hanhanW committed Aug 7, 2024
1 parent 98e1990 commit 3c7b82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/matmul/generate_e2e_matmul_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def get_rocm_test_compilation_infos(
# match the requested one.
# Extracts the input type from strings. The naming convention is
# [output_type]_MxNxK_[input_type].
input_type = schedule.intrinsic.split('_')[-1]
input_type = schedule.intrinsic.split("_")[-1]
if lhs_rhs_type.value.upper() != input_type:
continue

Expand Down

0 comments on commit 3c7b82a

Please sign in to comment.