Tomasetti Romin
Tomasetti Romin
@vlkale @dalg24 @masterleinad Would you have some time to give your feedback on this one ? Thanks :pray:
@masterleinad I could indeed separate them. I could first introduce Google Test. But I need the "moved to header file" feature to effectively use Google Test in `test_demangling.cpp`. Is there...
@masterleinad If not, you've got 2 options IMO: 1. We make a PR that introduces Google Test, but it won't be used anywhere. Then we proceed with this PR. 2....
The existing test looks at the output of the `space-time-stack` tool when it is "destroyed", *i.e.* when `Kokkos` gets finalized. Currently, it works like this: ```c++ initialize Kokkos redirect std::cout...
@masterleinad Let's move the discussion to #237 :wink: (wherein only Google Test is added)
@vlkale @masterleinad I added the `test_State.cpp` test. This test is really what I had in mind: - Enable in-depth testing without waiting for the tool to finalize. It means you...
@vlkale @masterleinad Have you had a chance to look at this yet ? :smile:
@vlkale > 1. Is there a github Issue associated with this PR? Can you bring forth a use case for this? The use case is described in details in the...
@vlkale I've made #234 for discussing about the `enum FrameType`.
From the documentation: > This is intended as a replacement for std::complex. And I fully agree. A drop-in replacement should not allow any deviation from the standard behavior. Consider `Kokkos::complex`...