From 67688b9e6d828703dadbc9b8944a4565544a06b3 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Mon, 16 Sep 2024 18:15:00 +0000 Subject: [PATCH] stft --- tests/function_libs/torch_lib/ops_test_data.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/function_libs/torch_lib/ops_test_data.py b/tests/function_libs/torch_lib/ops_test_data.py index 9c7184387..3fcb7802c 100644 --- a/tests/function_libs/torch_lib/ops_test_data.py +++ b/tests/function_libs/torch_lib/ops_test_data.py @@ -2156,14 +2156,6 @@ def _where_input_wrangler( ), TorchLibOpInfo("ops.aten.slice_scatter", core_ops.aten_slice_scatter), TorchLibOpInfo("slice", core_ops.aten_slice), - TorchLibOpInfo( - "ops.aten.stft", # Custom from extra_opinfo - core_ops.aten_stft, - tolerance={torch.float32: (3.7e-5, 1.8e-4)}, - ).xfail( - dtypes=(torch.float16,), - reason="RuntimeError: MKL FFT doesn't support tensors of type: Half", - ), TorchLibOpInfo( "sum", core_ops.aten_sum_dim_IntList,