@@ -8648,6 +8648,7 @@ def ref_pairwise_distance(input1, input2):
86488648 # https://github.com/pytorch/pytorch/issues/71784
86498649 DecorateInfo(unittest.skip('Skipped!'), 'TestNNCOpInfo', 'test_nnc_correctness',
86508650 device_type='cpu', dtypes=(torch.float16,)),
8651+ DecorateInfo(unittest.skip('Skipped!'), 'TestCudaFuserOpInfo', 'test_nvfuser_correctness', dtypes=(torch.float16,)),
86518652 )),
86528653 OpInfo('addmv',
86538654 dtypes=all_types_and_complex_and(torch.bfloat16),
@@ -8917,6 +8918,7 @@ def ref_pairwise_distance(input1, input2):
89178918 skips=(
89188919 DecorateInfo(unittest.skip("Skipped!"), 'TestJit', 'test_variant_consistency_jit'),
89198920 DecorateInfo(unittest.skip("Skipped!"), 'TestNNCOpInfo', 'test_nnc_correctness'),
8921+ DecorateInfo(unittest.skip("Skipped!"), 'TestCudaFuserOpInfo', 'test_nvfuser_correctness'),
89208922 ),
89218923 supports_out=False),
89228924 OpInfo('broadcast_to',
@@ -9189,6 +9191,8 @@ def ref_pairwise_distance(input1, input2):
91899191 DecorateInfo(unittest.expectedFailure, "TestCommon", "test_noncontiguous_samples"),
91909192 # RuntimeError: "eq_cpu" not implemented for 'ComplexHalf'
91919193 DecorateInfo(unittest.skip("Skipped!"), 'TestNNCOpInfo', 'test_nnc_correctness', dtypes=(torch.half,)),
9194+ # RuntimeError: "eq_cpu" not implemented for 'ComplexHalf'
9195+ DecorateInfo(unittest.skip("Skipped!"), 'TestCudaFuserOpInfo', 'test_nvfuser_correctness', dtypes=(torch.half,)),
91929196 )),
91939197 BinaryUfuncInfo('complex',
91949198 dtypes=floating_types_and(torch.half),
@@ -9967,6 +9971,7 @@ def ref_pairwise_distance(input1, input2):
99679971 # Arguments for call are not valid.
99689972 DecorateInfo(unittest.skip("Skipped!"), 'TestJit', 'test_variant_consistency_jit', dtypes=(torch.float32, torch.complex64)), # noqa: B950
99699973 DecorateInfo(unittest.skip("Skipped!"), 'TestNNCOpInfo', 'test_nnc_correctness'),
9974+ DecorateInfo(unittest.skip("Skipped!"), 'TestCudaFuserOpInfo', 'test_nvfuser_correctness'),
99709975 ),
99719976 supports_inplace_autograd=False,
99729977 sample_inputs_func=sample_inputs_gradient,
@@ -11572,6 +11577,7 @@ def ref_pairwise_distance(input1, input2):
1157211577 DecorateInfo(unittest.expectedFailure, 'TestCompositeCompliance', 'test_operator', device_type='cpu'),
1157311578 # RuntimeError: "max_pool1d_impl" not implemented for 'BFloat16'
1157411579 DecorateInfo(unittest.skip("Skipped!"), 'TestNNCOpInfo', 'test_nnc_correctness', dtypes=(torch.bfloat16,)),
11580+ DecorateInfo(unittest.skip("Skipped!"), 'TestCudaFuserOpInfo', 'test_nvfuser_correctness', dtypes=(torch.bfloat16,)),
1157511581 ),
1157611582 sample_inputs_func=sample_inputs_max_pool),
1157711583 OpInfo('nn.functional.max_pool2d',
@@ -13677,6 +13683,7 @@ def ref_pairwise_distance(input1, input2):
1367713683 # RuntimeError: attribute lookup is not defined on builtin
1367813684 DecorateInfo(unittest.skip("Skipped!"), 'TestJit', 'test_variant_consistency_jit'),
1367913685 DecorateInfo(unittest.skip("Skipped!"), 'TestNNCOpInfo', 'test_nnc_correctness'),
13686+ DecorateInfo(unittest.skip("Skipped!"), 'TestCudaFuserOpInfo', 'test_nvfuser_correctness'),
1368013687 )),
1368113688 OpInfo('bfloat16',
1368213689 op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs),
@@ -13690,6 +13697,7 @@ def ref_pairwise_distance(input1, input2):
1369013697 # RuntimeError: attribute lookup is not defined on builtin
1369113698 DecorateInfo(unittest.skip("Skipped!"), 'TestJit', 'test_variant_consistency_jit'),
1369213699 DecorateInfo(unittest.skip("Skipped!"), 'TestNNCOpInfo', 'test_nnc_correctness'),
13700+ DecorateInfo(unittest.skip("Skipped!"), 'TestCudaFuserOpInfo', 'test_nvfuser_correctness'),
1369313701 )),
1369413702 OpInfo('bool',
1369513703 op=lambda x, *args, **kwargs: x.bool(*args, **kwargs),
@@ -13908,6 +13916,8 @@ def ref_pairwise_distance(input1, input2):
1390813916 DecorateInfo(unittest.skip("Skipped!"), 'TestMathBits', 'test_neg_conj_view'),
1390913917 # Empty tensor data is garbage so it's hard to make comparisons with it.
1391013918 DecorateInfo(unittest.skip("Skipped!"), 'TestNNCOpInfo', 'test_nnc_correctness'),
13919+ # Empty tensor data is garbage so it's hard to make comparisons with it.
13920+ DecorateInfo(unittest.skip("Skipped!"), 'TestCudaFuserOpInfo', 'test_nvfuser_correctness'),
1391113921 # Can't find schemas for this operator for some reason
1391213922 DecorateInfo(unittest.skip("Skipped!"), 'TestOperatorSignatures', 'test_get_torch_func_signature_exhaustive'),
1391313923 )),
@@ -14016,6 +14026,8 @@ def ref_pairwise_distance(input1, input2):
1401614026 DecorateInfo(unittest.skip("Skipped!"), 'TestMathBits', 'test_neg_conj_view'),
1401714027 # Empty tensor data is garbage so it's hard to make comparisons with it.
1401814028 DecorateInfo(unittest.skip("Skipped!"), 'TestNNCOpInfo', 'test_nnc_correctness'),
14029+ # Empty tensor data is garbage so it's hard to make comparisons with it.
14030+ DecorateInfo(unittest.skip("Skipped!"), 'TestCudaFuserOpInfo', 'test_nvfuser_correctness'),
1401914031 # Can't find schemas for this operator for some reason
1402014032 DecorateInfo(unittest.skip("Skipped!"), 'TestOperatorSignatures', 'test_get_torch_func_signature_exhaustive'),
1402114033 ),
0 commit comments