Skip to content

Commit

Permalink
stft
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed Sep 16, 2024
1 parent 624ee7e commit 67688b9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/function_libs/torch_lib/ops_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 67688b9

Please sign in to comment.