Open trivialfis opened 2 years ago
This issue has been labeled inactive-30d
due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d
if there is no activity in the next 60 days.
I will work on this.
This issue has been labeled inactive-30d
due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d
if there is no activity in the next 60 days.
This issue has been labeled inactive-90d
due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
Although the
mdspan
is designed to be flexible, there are limitations on how to integrate customized layouts and accessors. Themdspan
in raft is exposed viahost_mdspan
anddevice_mdspan
so the compiler can prevent us from making some simple mistakes. This customization is achieved by having an additional mixin with the default accessor. Also, in order to implement https://github.com/rapidsai/raft/issues/497 we need customized layouts. Thesubmdspan
reference implementation doesn't support this kind of customization.