Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify CUDA/HIP/OneAPI implementation #71

Open
3 tasks
marenz2569 opened this issue Oct 16, 2024 · 0 comments
Open
3 tasks

Unify CUDA/HIP/OneAPI implementation #71

marenz2569 opened this issue Oct 16, 2024 · 0 comments
Assignees
Labels
backlog technical debt Backlog of things that should be improved in the code-base

Comments

@marenz2569
Copy link
Member

marenz2569 commented Oct 16, 2024

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
@marenz2569 marenz2569 self-assigned this Oct 16, 2024
@marenz2569 marenz2569 added the backlog technical debt Backlog of things that should be improved in the code-base label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog technical debt Backlog of things that should be improved in the code-base
Projects
None yet
Development

No branches or pull requests

1 participant