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

Implement cg_streaming via USM #69

Open
wants to merge 23 commits into
base: develop
Choose a base branch
from
Open

Conversation

breyerml
Copy link
Member

@breyerml breyerml commented Oct 9, 2024

Implements the cg_streaming solver_type using USM.
The cg_explicit kernels are used, i.e., no special performance tuning has been performed.

The logic for the OpenCL backend had to be changed to allow multi-GPU support with OpenCL's SVM.
(instead of one context with all devices, we now create one separate context for each device)

…d improve simplicity of implementation by using a std::variant<cl_mem, T*> as device_pointer_type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant