oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

Add system related parameters to performance related algorithms' parameters

Open Vika-F opened this issue 2 months ago • 6 comments

Following changed were added:

  • system_parameters class holding system-related performance parameters implemented.
  • all the performance-related hyperparameters classes like covariance::detail::compute_parameters are now derived from system_parameters class because in the future those system-related parameters might be chosen on per-algorithm basis.

Vika-F avatar Apr 15 '24 12:04 Vika-F