Skip to content

Commit

Permalink
fix undefined in device code error (NVIDIA#1880)
Browse files Browse the repository at this point in the history
  • Loading branch information
luliyucoordinate authored Nov 6, 2024
1 parent 32e3c38 commit d656afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cute/container/array_subbyte.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ struct subbyte_reference
}

// Address
CUTE_HOST_DEVICE
subbyte_iterator<T> operator&() const {
return {ptr_, idx_};
}
Expand Down

0 comments on commit d656afb

Please sign in to comment.