Skip to content

Commit

Permalink
TestEventCorrectness.hpp: rework failure-causing fence
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Powell committed Feb 22, 2024
1 parent 0522740 commit 6442b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/unit_test/tools/TestEventCorrectness.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,8 @@ TEST(kokkosp, parallel_scan_no_fence_view) {
if (begin_event.name.find("Debug Only Check for Execution Error") !=
std::string::npos ||
begin_event.name.find("Kokkos Profile Tool Fence") !=
std::string::npos)
std::string::npos ||
begin_event.name.find("fence before deallocate") != std::string::npos)
return MatchDiagnostic{false};
else
return MatchDiagnostic{true};
Expand Down

0 comments on commit 6442b99

Please sign in to comment.