Skip to content

Commit

Permalink
Merge pull request kokkos#2265 from ndellingwood/issue-2264
Browse files Browse the repository at this point in the history
Help gcc/8.3 with ctad issue
  • Loading branch information
ndellingwood authored Jul 3, 2024
2 parents cfcde67 + 6d7e977 commit 40d7b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/unit_test/Test_Common_AlignPtrTo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void test_alignPtrTo() {

int errs;
Kokkos::parallel_reduce(
Kokkos::RangePolicy(space, 0, teamSize),
Kokkos::RangePolicy<ExecSpace>(space, 0, teamSize),
KOKKOS_LAMBDA(int i, int &lerr) { lerr += (results(i) != i); }, errs);

// if SYCL is enabled, only TEST_FN 1 and 4 should work
Expand Down

0 comments on commit 40d7b82

Please sign in to comment.