Files
blis/test/studies
Field G. Van Zee d93df02334 Removed unused dt arg in bli_gks_query_ind_cntx().
Details:
- Removed the num_t datatype argument from bli_gks_query_ind_cntx().
  This argument stopped being needed by the function in commit e9da642.
  Its only use in bli_gks_query_ind_cntx() was to be passed through to
  the context initialization function for the chosen induced method,
  but even then, commit log notes from e9da642 indicate that I could not
  recall why the datatype argument was ever needed by the context init
  function to begin with.
- Updated all invocations of bli_gks_query_ind_cntx() to omit the dt
  argument. Most of these invocations resided in various standalone test
  drivers (and the testsuite).
2022-06-15 14:09:49 -05:00
..