We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d407246 commit 9368b28Copy full SHA for 9368b28
test/prototype/mx_formats/test_inference_workflow.py
@@ -70,7 +70,7 @@ def test_inference_workflow_mx(elem_dtype, bias: bool, compile: bool, emulate: b
70
elif elem_dtype == torch.float4_e2m1fn_x2:
71
if not is_sm_at_least_100() and not emulate:
72
pytest.skip("CUDA capability >= 10.0 required for mxfp4 gemm")
73
- elif not is_sm_at_least_100() and emulate and compile:
+ elif emulate and compile:
74
# TODO(future PR): investigate and fix this
75
pytest.skip("mxfp4 + emulate + compile currently does not work, low SQNR")
76
0 commit comments