kokkos / stdBLAS

Reference Implementation for stdBLAS
Other
127 stars 22 forks source link

Permit C++ < 20 #230

Closed mhoemmen closed 2 years ago

mhoemmen commented 2 years ago

kokkos/stdBLAS is now known to compile for C++ versions less than 2020. Update CMakeLists.txt so that it respects the user's LINALG_CXX_STANDARD setting, rather than forcing it to "20" always. I've tested that it accepts "17". This also brings stdBLAS's CMake logic in line with mdspan's.

mhoemmen commented 2 years ago

Thanks @nliber ! : - D