Files
blis/gtestsuite/testinghelpers
Eleni Vlachopoulou b9a808e5d8 GTestSuite: Updating datagenerators helper functions.
- Moved function definitions in the header to avoid explicit template
  instantiations.
- Templatized from and to bounds to enable combinations of integer of
  floating-point values.
- Used an enum class for the element type instead of a char to make it
  more robust since chars get casted to integers. Now we should be
  getting better error messages if there is a missmatch.
- Deleted argument for datatypes that was a leftover from the past.
  Default argument is used instead.

Change-Id: I3f95d73f03028de46324b310826edca8057e561d
2024-01-31 07:08:25 -05:00
..