SWDEV-521760 - Fix and enable disabled HIP tests from cooperative groups group (#2027)

* Reworked Unit_hipLaunchCooperativeKernel_Basic and Unit_hipLaunchCooperativeKernelMultiDevice_Basic
* Introduce reduction_factor for coop groups tests. Fix Unit_Coalesced_Group_Tiled_Partition_Sync_Positive_Basic
* Fix always false requirement by adding a cast
* Change data type to unsigned long long to align with cuda
* Change literal type to double to ensure proper type casting
* Remove formatting comments
This commit is contained in:
amilanov-amd
2026-01-27 11:51:08 +01:00
committed by GitHub
parent c4a9567492
commit cac67a0f32
11 changed files with 226 additions and 218 deletions
@@ -28,8 +28,8 @@ THE SOFTWARE.
struct CmdOptions {
int iterations = 5;
int warmups = 5;
int cg_extended_run = 5;
int cg_iterations = 2;
int cg_iterations = 1;
double cg_reduction_factor = 6.25;
bool no_display = false;
bool progress = false;
uint64_t accuracy_iterations = std::numeric_limits<uint32_t>::max() + 1ull;