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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user