mirror of
https://github.com/amd/blis.git
synced 2026-05-13 02:25:39 +00:00
Details: - Removed the num_t datatype argument from bli_gks_query_ind_cntx(). This argument stopped being needed by the function in commite9da642. 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 frome9da642indicate 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).