Skip to content
Failed

Changes

Summary

  1. Use team_size_max to fix "Team size too large" error in reducer test (#6725) (details)
  2. Fix the FIXMEs (details)
Commit 407e18dc8c652ff6d6c6c6796e2866891580ab4f by noreply
Use team_size_max to fix "Team size too large" error in reducer test (#6725)

* Fix test to not use team size too large

For some configurations, one of the reducer test was setting a team size too large.

* Remove team_size calculation from test not using it

* Remove unused typedef

* Use int in for-loop to avoid warning

Co-authored-by: Damien L-G <dalg24+github@gmail.com>

* Fix teamsize request for OPENMPTARGET

* Cleanup test and match TestTeam.hpp

Use 32 as a minimum team size like in TestTeam.hpp. Better match layout
in the 3 tests here.

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
The file was modified core/unit_test/TestReducers.hpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Instance.cpp (diff)
The file was modified core/src/HIP/Kokkos_HIP_Instance.cpp (diff)
The file was modified core/src/SYCL/Kokkos_SYCL_Instance.cpp (diff)

Summary

  1. Use team_size_max to fix "Team size too large" error in reducer test (#6725) (details)
  2. Fix the FIXMEs (details)
Commit 407e18dc8c652ff6d6c6c6796e2866891580ab4f by noreply
Use team_size_max to fix "Team size too large" error in reducer test (#6725)

* Fix test to not use team size too large

For some configurations, one of the reducer test was setting a team size too large.

* Remove team_size calculation from test not using it

* Remove unused typedef

* Use int in for-loop to avoid warning

Co-authored-by: Damien L-G <dalg24+github@gmail.com>

* Fix teamsize request for OPENMPTARGET

* Cleanup test and match TestTeam.hpp

Use 32 as a minimum team size like in TestTeam.hpp. Better match layout
in the 3 tests here.

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
The file was modified core/unit_test/TestReducers.hpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Instance.cpp (diff)
The file was modified core/src/SYCL/Kokkos_SYCL_Instance.cpp (diff)
The file was modified core/src/HIP/Kokkos_HIP_Instance.cpp (diff)

Summary

  1. Use team_size_max to fix "Team size too large" error in reducer test (#6725) (details)
  2. Fix the FIXMEs (details)
Commit 407e18dc8c652ff6d6c6c6796e2866891580ab4f by noreply
Use team_size_max to fix "Team size too large" error in reducer test (#6725)

* Fix test to not use team size too large

For some configurations, one of the reducer test was setting a team size too large.

* Remove team_size calculation from test not using it

* Remove unused typedef

* Use int in for-loop to avoid warning

Co-authored-by: Damien L-G <dalg24+github@gmail.com>

* Fix teamsize request for OPENMPTARGET

* Cleanup test and match TestTeam.hpp

Use 32 as a minimum team size like in TestTeam.hpp. Better match layout
in the 3 tests here.

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
The file was modified core/unit_test/TestReducers.hpp (diff)
The file was modified core/src/HIP/Kokkos_HIP_Instance.cpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Instance.cpp (diff)
The file was modified core/src/SYCL/Kokkos_SYCL_Instance.cpp (diff)

Summary

  1. Use team_size_max to fix "Team size too large" error in reducer test (#6725) (details)
  2. Fix the FIXMEs (details)
Commit 407e18dc8c652ff6d6c6c6796e2866891580ab4f by noreply
Use team_size_max to fix "Team size too large" error in reducer test (#6725)

* Fix test to not use team size too large

For some configurations, one of the reducer test was setting a team size too large.

* Remove team_size calculation from test not using it

* Remove unused typedef

* Use int in for-loop to avoid warning

Co-authored-by: Damien L-G <dalg24+github@gmail.com>

* Fix teamsize request for OPENMPTARGET

* Cleanup test and match TestTeam.hpp

Use 32 as a minimum team size like in TestTeam.hpp. Better match layout
in the 3 tests here.

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
The file was modified core/unit_test/TestReducers.hpp (diff)
The file was modified core/src/SYCL/Kokkos_SYCL_Instance.cpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Instance.cpp (diff)
The file was modified core/src/HIP/Kokkos_HIP_Instance.cpp (diff)

Summary

  1. Use team_size_max to fix "Team size too large" error in reducer test (#6725) (details)
  2. Fix the FIXMEs (details)
Commit 407e18dc8c652ff6d6c6c6796e2866891580ab4f by noreply
Use team_size_max to fix "Team size too large" error in reducer test (#6725)

* Fix test to not use team size too large

For some configurations, one of the reducer test was setting a team size too large.

* Remove team_size calculation from test not using it

* Remove unused typedef

* Use int in for-loop to avoid warning

Co-authored-by: Damien L-G <dalg24+github@gmail.com>

* Fix teamsize request for OPENMPTARGET

* Cleanup test and match TestTeam.hpp

Use 32 as a minimum team size like in TestTeam.hpp. Better match layout
in the 3 tests here.

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
The file was modified core/unit_test/TestReducers.hpp (diff)
The file was modified core/src/HIP/Kokkos_HIP_Instance.cpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Instance.cpp (diff)
The file was modified core/src/SYCL/Kokkos_SYCL_Instance.cpp (diff)

Summary

  1. Use team_size_max to fix "Team size too large" error in reducer test (#6725) (details)
  2. Fix the FIXMEs (details)
Commit 407e18dc8c652ff6d6c6c6796e2866891580ab4f by noreply
Use team_size_max to fix "Team size too large" error in reducer test (#6725)

* Fix test to not use team size too large

For some configurations, one of the reducer test was setting a team size too large.

* Remove team_size calculation from test not using it

* Remove unused typedef

* Use int in for-loop to avoid warning

Co-authored-by: Damien L-G <dalg24+github@gmail.com>

* Fix teamsize request for OPENMPTARGET

* Cleanup test and match TestTeam.hpp

Use 32 as a minimum team size like in TestTeam.hpp. Better match layout
in the 3 tests here.

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
The file was modified core/unit_test/TestReducers.hpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Instance.cpp (diff)
The file was modified core/src/SYCL/Kokkos_SYCL_Instance.cpp (diff)
The file was modified core/src/HIP/Kokkos_HIP_Instance.cpp (diff)

Summary

  1. Use team_size_max to fix "Team size too large" error in reducer test (#6725) (details)
  2. Fix the FIXMEs (details)
Commit 407e18dc8c652ff6d6c6c6796e2866891580ab4f by noreply
Use team_size_max to fix "Team size too large" error in reducer test (#6725)

* Fix test to not use team size too large

For some configurations, one of the reducer test was setting a team size too large.

* Remove team_size calculation from test not using it

* Remove unused typedef

* Use int in for-loop to avoid warning

Co-authored-by: Damien L-G <dalg24+github@gmail.com>

* Fix teamsize request for OPENMPTARGET

* Cleanup test and match TestTeam.hpp

Use 32 as a minimum team size like in TestTeam.hpp. Better match layout
in the 3 tests here.

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
The file was modified core/unit_test/TestReducers.hpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Instance.cpp (diff)
The file was modified core/src/SYCL/Kokkos_SYCL_Instance.cpp (diff)
The file was modified core/src/HIP/Kokkos_HIP_Instance.cpp (diff)

Summary

  1. Use team_size_max to fix "Team size too large" error in reducer test (#6725) (details)
  2. Fix the FIXMEs (details)
Commit 407e18dc8c652ff6d6c6c6796e2866891580ab4f by noreply
Use team_size_max to fix "Team size too large" error in reducer test (#6725)

* Fix test to not use team size too large

For some configurations, one of the reducer test was setting a team size too large.

* Remove team_size calculation from test not using it

* Remove unused typedef

* Use int in for-loop to avoid warning

Co-authored-by: Damien L-G <dalg24+github@gmail.com>

* Fix teamsize request for OPENMPTARGET

* Cleanup test and match TestTeam.hpp

Use 32 as a minimum team size like in TestTeam.hpp. Better match layout
in the 3 tests here.

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
The file was modified core/unit_test/TestReducers.hpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Instance.cpp (diff)
The file was modified core/src/HIP/Kokkos_HIP_Instance.cpp (diff)
The file was modified core/src/SYCL/Kokkos_SYCL_Instance.cpp (diff)

Summary

  1. Use team_size_max to fix "Team size too large" error in reducer test (#6725) (details)
  2. Fix the FIXMEs (details)
Commit 407e18dc8c652ff6d6c6c6796e2866891580ab4f by noreply
Use team_size_max to fix "Team size too large" error in reducer test (#6725)

* Fix test to not use team size too large

For some configurations, one of the reducer test was setting a team size too large.

* Remove team_size calculation from test not using it

* Remove unused typedef

* Use int in for-loop to avoid warning

Co-authored-by: Damien L-G <dalg24+github@gmail.com>

* Fix teamsize request for OPENMPTARGET

* Cleanup test and match TestTeam.hpp

Use 32 as a minimum team size like in TestTeam.hpp. Better match layout
in the 3 tests here.

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
The file was modified core/unit_test/TestReducers.hpp (diff)
The file was modified core/src/SYCL/Kokkos_SYCL_Instance.cpp (diff)
The file was modified core/src/HIP/Kokkos_HIP_Instance.cpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Instance.cpp (diff)

Summary

  1. Use team_size_max to fix "Team size too large" error in reducer test (#6725) (details)
  2. Fix the FIXMEs (details)
Commit 407e18dc8c652ff6d6c6c6796e2866891580ab4f by noreply
Use team_size_max to fix "Team size too large" error in reducer test (#6725)

* Fix test to not use team size too large

For some configurations, one of the reducer test was setting a team size too large.

* Remove team_size calculation from test not using it

* Remove unused typedef

* Use int in for-loop to avoid warning

Co-authored-by: Damien L-G <dalg24+github@gmail.com>

* Fix teamsize request for OPENMPTARGET

* Cleanup test and match TestTeam.hpp

Use 32 as a minimum team size like in TestTeam.hpp. Better match layout
in the 3 tests here.

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
The file was modified core/unit_test/TestReducers.hpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Instance.cpp (diff)
The file was modified core/src/HIP/Kokkos_HIP_Instance.cpp (diff)
The file was modified core/src/SYCL/Kokkos_SYCL_Instance.cpp (diff)

Summary

  1. Use team_size_max to fix "Team size too large" error in reducer test (#6725) (details)
  2. Fix the FIXMEs (details)
Commit 407e18dc8c652ff6d6c6c6796e2866891580ab4f by noreply
Use team_size_max to fix "Team size too large" error in reducer test (#6725)

* Fix test to not use team size too large

For some configurations, one of the reducer test was setting a team size too large.

* Remove team_size calculation from test not using it

* Remove unused typedef

* Use int in for-loop to avoid warning

Co-authored-by: Damien L-G <dalg24+github@gmail.com>

* Fix teamsize request for OPENMPTARGET

* Cleanup test and match TestTeam.hpp

Use 32 as a minimum team size like in TestTeam.hpp. Better match layout
in the 3 tests here.

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
The file was modified core/unit_test/TestReducers.hpp (diff)
The file was modified core/src/SYCL/Kokkos_SYCL_Instance.cpp (diff)
The file was modified core/src/HIP/Kokkos_HIP_Instance.cpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Instance.cpp (diff)