Skip to content

Commit

Permalink
Missing key for make template render
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Nov 28, 2023
1 parent 808acb4 commit fe15f72
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 @@ -451,7 +451,7 @@ class DaCeComputationCodegen:
const int __I = domain[0];
const int __J = domain[1];
const int __K = domain[2];
${name}_{state_prefix} dace_handle;
${name}_${state_prefix} dace_handle;
${backend_specifics}
auto allocator = gt::sid::cached_allocator(&${allocator}<char[]>);
${"\\n".join(tmp_allocs)}
Expand Down

0 comments on commit fe15f72

Please sign in to comment.