Skip to content

Commit

Permalink
Missing alignment on histogram call
Browse files Browse the repository at this point in the history
  • Loading branch information
manopapad committed Jul 21, 2023
1 parent acf2540 commit 3aad62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cunumeric/deferred.py
Original file line number Diff line number Diff line change
Expand Up @@ -3626,5 +3626,6 @@ def histogram(self, src: Any, bins: Any, weights: Any) -> None:

task.add_broadcast(bins_array.base)
task.add_broadcast(dst_array.base)
task.add_alignment(src_array.base, weight_array.base)

task.execute()

0 comments on commit 3aad62b

Please sign in to comment.