kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
401 stars 66 forks source link

Add tests from LLVM #284

Closed crtrott closed 10 months ago

crtrott commented 11 months ago

Note I have not fixed yet discrepancies in our implementation. I disabled subtests with FIXME comments. There are 57 FIXME places.

crtrott commented 11 months ago

Not sure if you want to check this in detail, I basically just copied the files over from LLVM, did a hacky test_macros.h implementation which imports stuff into std and defines some LLVM test macros, and disabled subtests which failed I had to prefix a lot of the testfile names due to how our add test stuff is set up and the need to avoid duplicate target names