Skip to content

Commit

Permalink
Typo of the typo (tm)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Nov 29, 2023
1 parent 690b73e commit 35b927f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gt4py/cartesian/backend/dace_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def apply(cls, stencil_ir: gtir.Stencil, builder: "StencilBuilder", sdfg: dace.S
functor_args=self.generate_functor_args(sdfg),
tmp_allocs=self.generate_tmp_allocs(sdfg),
allocator="gt::cuda_util::cuda_malloc" if is_gpu else "std::make_unique",
state_prefix=dace_state_suffix,
state_suffix=dace_state_suffix,
)
generated_code = textwrap.dedent(
f"""#include <gridtools/sid/sid_shift_origin.hpp>
Expand Down

0 comments on commit 35b927f

Please sign in to comment.