kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
413 stars 69 forks source link

Remove special gcc check #242

Closed adah1972 closed 1 year ago

adah1972 commented 1 year ago

The current code is tested to work with major GCC versions (from GCC 7 on).

This will close issue #222.

crtrott commented 1 year ago

hold off this fails with NVCC

crtrott commented 1 year ago

(we effectively implicitly disabled CTAD for most CUDA versions because most didn't support GCC11 anyway).