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
Αυτή η υποβολή περιλαμβάνεται σε:
amilanov-amd
2025-11-26 10:34:05 +01:00
υποβλήθηκε από GitHub
γονέας ee48f6221d
υποβολή da9bb4efae
28 αρχεία άλλαξαν με 313 προσθήκες και 575 διαγραφές
@@ -36,6 +36,8 @@ struct CmdOptions {
uint64_t reduce_iterations = 1;
uint64_t reduce_input_size = 50;
int accuracy_max_memory = 80;
uint64_t max_memory = 2147483648; // 2 GB
double reduction_factor = 0.1;
};
extern CmdOptions cmd_options;