Tomasetti Romin

Results 152 comments of Tomasetti Romin

For the `SYCL` host node tests failing, I think I found out why. The test is basically using the view count to check that the functor is properly stored in...

For the ```bash Test failure: Didn't encounter wanted events /__w/kokkos/kokkos/core/unit_test/TestWithoutInitializing.hpp:139: Failure Value of: success Actual: false Expected: true [ FAILED ] openmp.view_alloc (0 ms) ``` it seems the common setting...

This PR is using `Kokkos::Test::Tools::listen_tool_events` in `TestGraph.hpp`. If I comment it in `TestGraph.hpp`, the tests are good again (*i.e.* events are found). It seems that something is going wrong with...

I had to change how `found_events` is used in `core/unit_test/tools/include/ToolTestingUtilities.hpp`. ~~Basically, I'm not avoiding that the `found_events` is a static global variable in the header file. Instead, I'm using an...

@dalg24 @JBludau @masterleinad @maartenarnst I'm asking you all to review this again, because you might want to check the fix for the tools. Thanks ! ~~I guess we'll also want...

@dalg24 Jenkins failures (https://cloud1.cees.ornl.gov/jenkins-ci/job/Kokkos/job/PR-8075/46/pipeline-overview/) seem unrelated.

@dalg24 Jenkins failure is unrelated (https://cloud1.cees.ornl.gov/jenkins-ci/job/Kokkos/job/PR-8075/48/pipeline-overview/?selected-node=195) I guess.

@dalg24 @masterleinad Please read the PR description again (I just updated it and it should help you).