Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrudPrimrose committed Nov 9, 2024
1 parent b6e807c commit adbffd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dace/codegen/targets/cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def deallocate_array(self, sdfg: SDFG, cfg: ControlFlowRegion, dfg: StateSubgrap
callsite_stream.write(
"""#pragma omp parallel
{{
std::fre({name});
std::free({name});
}}""".format(name=alloc_name),
cfg,
state_id,
Expand Down

0 comments on commit adbffd8

Please sign in to comment.