Skip to content

Commit

Permalink
Fix fence range construction for DPC++
Browse files Browse the repository at this point in the history
  • Loading branch information
fknorr committed Mar 28, 2023
1 parent db115a1 commit 6b803f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph_generator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ namespace detail {
}
} else {
// tasks without an execution range (e.g. fences) can still have fixed or all-accesses.
requirements = get_buffer_requirements_for_mapped_access(tsk, {}, {});
requirements = get_buffer_requirements_for_mapped_access(tsk, {}, zero_range);
}

for(auto& it : requirements) {
Expand Down

0 comments on commit 6b803f8

Please sign in to comment.