@@ -65,7 +65,7 @@ def fusion_op_check(test_pass_manager: TestPassManager, quant_key: QuantKey,
65
65
@pytest .mark .skipif (not current_platform .supports_fp8 (), reason = "Need FP8" )
66
66
@pytest .mark .skipif (not current_platform .is_cuda_alike (),
67
67
reason = "Only test CUDA and ROCm" )
68
- @create_new_process_for_each_test ("spawn" )
68
+ @create_new_process_for_each_test ()
69
69
def test_attention_fusion_v0 (example_prompts , monkeypatch , model : str ,
70
70
quant_key : QuantKey , use_triton_fa : bool ):
71
71
# Clean Dynamo cache to avoid reusing other test cases
@@ -161,7 +161,7 @@ def test_attention_fusion_v0(example_prompts, monkeypatch, model: str,
161
161
@pytest .mark .skipif (not current_platform .supports_fp8 (), reason = "Need FP8" )
162
162
@pytest .mark .skipif (not current_platform .is_cuda_alike (),
163
163
reason = "Only test CUDA and ROCm" )
164
- @create_new_process_for_each_test ("spawn" )
164
+ @create_new_process_for_each_test ()
165
165
def test_attention_fusion_v1 (example_prompts , monkeypatch , model : str ,
166
166
quant_key : QuantKey , use_split_attention : bool ):
167
167
# Clean Dynamo cache to avoid reusing other test cases
0 commit comments