fix undefined in device code error (#1880)
This commit is contained in:
@ -176,6 +176,7 @@ public:
|
||||
}
|
||||
|
||||
// Address
|
||||
CUTE_HOST_DEVICE
|
||||
subbyte_iterator<T> operator&() const {
|
||||
return {ptr_, idx_};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user