kokkos / kokkos-comm

Experimental MPI Wrapper for Kokkos
https://kokkos.org/kokkos-comm/
Other
12 stars 9 forks source link

Bump gtest to May 28,2024. Move unit test lambdas out to helper functions #72

Closed cwpearson closed 1 month ago

cwpearson commented 1 month ago

Google Test does support lambdas in the test body with nvcc.

Fixes https://github.com/kokkos/kokkos-comm/issues/71

cwpearson commented 1 month ago

Sorry @masterleinad I noticed a dumb mistake

cwpearson commented 1 month ago

Okay @dalg24 with Daniel's help I figured out what you were getting at 👍