Skip to content

Commit

Permalink
Add TODO POINTER vs ITERATOR
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed Oct 3, 2024
1 parent f4c6d83 commit 063e467
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def __init__(self, d_in, d_out, op, init):
raise ValueError('Error building reduce')

def __call__(self, temp_storage, d_in, d_out, init):
# TODO validate POINTER vs ITERATOR when iterator support is added
_dtype_validation(self._ctor_d_in_dtype, d_in.dtype)
_dtype_validation(self._ctor_d_out_dtype, d_out.dtype)
_dtype_validation(self._ctor_init_dtype, init.dtype)
Expand Down

0 comments on commit 063e467

Please sign in to comment.