Pressio / pressio

core C++ library
Other
45 stars 7 forks source link

traits: remove device and execution space restrictions #504

Closed mzuzek closed 1 year ago

mzuzek commented 1 year ago

This PR removes constraints and assertions based on Kokkos device or execution space types. The idea (design decision) is to leave device compatibility verification to the underlying TPL implementations instead of duplicating their logic here in Pressio.

related to #446