SWDEV-503089 - Fix and enable disabled HIP tests from math group (#1319)

* SWDEV-503089 - Fix and enable disabled HIP tests from math group

* SWDEV-503089 - Move single precision reduced run to a common function
This commit is contained in:
amilanov-amd
2025-11-26 10:34:05 +01:00
کامیت شده توسط GitHub
والد ee48f6221d
کامیت da9bb4efae
28فایلهای تغییر یافته به همراه313 افزوده شده و 575 حذف شده
@@ -59,13 +59,19 @@ int main(int argc, char** argv) {
("Number of iterations used for math accuracy tests with randomly generated inputs (default: 2^32)")
| Opt(cmd_options.accuracy_max_memory, "accuracy_max_memory")
["-M"]["--accuracy-max-memory"]
("Percentage of global device memory allowed for math accuracy tests (default: 80%)")
("Percentage of global device memory allowed for math accuracy tests in case the global device memory is lower than max_memory (default: 80%)")
| Opt(cmd_options.reduce_iterations, "reduce_iterations")
["-R"]["--reduce-iterations"]
("Number of iterations for fuzzing reduce operations (default: 1)")
| Opt(cmd_options.reduce_input_size, "reduce_input_size")
["-Z"]["--reduce-input-size"]
("Size of the input for the reduce sync operations performance test (megabytes) (default: 50)")
| Opt(cmd_options.max_memory, "max_memory")
["-X"]["--max-memory"]
("Maximum amount of memory to use for math accuracy tests (default: 2GB)")
| Opt(cmd_options.reduction_factor, "reduction_factor")
["-R"]["--reduction-factor"]
("Percentage of test data to be actually tested (default: 0.1%)")
;
// clang-format on