Skip to content

Commit

Permalink
test_execution_policy_occupancy_and_hint might be unused
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Feb 7, 2024
1 parent 99b2e46 commit 19dcd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/unit_test/TestCommonPolicyConstructors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void test_prefer_desired_occupancy() {
!decltype(policy_drop_occ)::experimental_contains_desired_occupancy);
}

void test_execution_policy_occupancy_and_hint() {
[[maybe_unused]] void test_execution_policy_occupancy_and_hint() {
test_prefer_desired_occupancy<DummyPolicy<>>();
test_prefer_desired_occupancy<Kokkos::RangePolicy<>>();
test_prefer_desired_occupancy<Kokkos::TeamPolicy<>>();
Expand Down

0 comments on commit 19dcd64

Please sign in to comment.