Skip to content

Commit

Permalink
[dace] Fix previous commit (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
edopao committed Sep 8, 2023
1 parent 5b6b34b commit fb81a50
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ def fencil(size0, size1, size2, inp1, inp2, inp3, out1, out2, out3):
)
def test_field_of_extra_dim_output(program_processor_no_gtfn_nor_dace_exec, stencil):
# Not supported in DaCe backend: tuple returns
program_processor, validate = program_processor_no_gtfn_nor_dace_exec

shape = [5, 7, 9]
rng = np.random.default_rng()
Expand Down

0 comments on commit fb81a50

Please sign in to comment.