diff --git a/operatorspy/tests/rotary_embedding.py b/operatorspy/tests/rotary_embedding.py index 83d8b574..1216634b 100644 --- a/operatorspy/tests/rotary_embedding.py +++ b/operatorspy/tests/rotary_embedding.py @@ -225,5 +225,5 @@ def test_teco(lib, test_cases): test_ascend(lib, test_cases) if args.teco: test_teco(lib, test_cases) - if not (args.cpu or args.cuda or args.bang or args.ascend): + if not (args.cpu or args.cuda or args.bang or args.ascend or args.teco): test_cpu(lib, test_cases)