Skip to content

Commit

Permalink
chore(ci): fix test filtering for gpu multi-bit parameters set
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Jul 16, 2024
1 parent cef055b commit ebf1fd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test_filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ def filter_integer_tests(input_args):
backend_filter = ""
if input_args.backend == "gpu":
backend_filter = "gpu::"
if multi_bit_filter:
# For now, GPU only has specific parameters set for multi-bit
multi_bit_filter = "_gpu_multi_bit"

filter_expression = [f"test(/^integer::{backend_filter}.*/)"]

Expand Down

0 comments on commit ebf1fd9

Please sign in to comment.