mdspan icon indicating copy to clipboard operation
mdspan copied to clipboard

backport libc++ fixes

Open nmm0 opened this issue 2 years ago • 0 comments

See: https://reviews.llvm.org/D148067#change-zoxBV8KQDQnh

  • [ ] We need to use maybe_empty_array because of device code rather than std::array
  • [ ] Precondition checks with __is_representable_as
  • [ ] Maybe also backport some tests since the LLVM ones are much more extensive

nmm0 avatar May 16 '23 18:05 nmm0