Skip to content

Commit

Permalink
Enabled the FFT test again.
Browse files Browse the repository at this point in the history
However, to work we need #1747.
  • Loading branch information
philip-paul-mueller committed Nov 11, 2024
1 parent 8f4e7df commit eb887d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/npbench/misc/stockham_fft_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,10 @@ def run_stockham_fft(device_type: dace.dtypes.DeviceType):
return sdfg


@pytest.mark.skip(reason="Assertion error in read_and_write_sets")
def test_cpu():
run_stockham_fft(dace.dtypes.DeviceType.CPU)


@pytest.mark.skip(reason="Assertion error in read_and_write_sets")
@pytest.mark.gpu
def test_gpu():
run_stockham_fft(dace.dtypes.DeviceType.GPU)
Expand Down

0 comments on commit eb887d9

Please sign in to comment.