You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of the stress test for all three supported GPU families shares some functions and the general structure.
The OneAPI and Cuda class have the same arguments and the initGpus function has the same structure. Implementation specific code is already abstracted away in the create_load function.
DoD
Unify high level interface of the stress test for all three GPU families
Remove duplicated functions
Use an enum class for specifying if float, double or automatic selection should be used
The text was updated successfully, but these errors were encountered:
The implementation of the stress test for all three supported GPU families shares some functions and the general structure.
The
OneAPI
andCuda
class have the same arguments and theinitGpus
function has the same structure. Implementation specific code is already abstracted away in thecreate_load
function.DoD
The text was updated successfully, but these errors were encountered: