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

General: Add OpenMP backend #32

Merged
merged 1 commit into from
Nov 22, 2019
Merged

General: Add OpenMP backend #32

merged 1 commit into from
Nov 22, 2019

Conversation

stotko
Copy link
Owner

@stotko stotko commented Nov 22, 2019

In #31 a backend system has been implemented. As thrust actually supports three different backends, i.e. CUDA, OpenMP, and TBB, we can actually also support and add any of them. Implement a backend for OpenMP to improve portability and usability across different platforms and devices.

This backend is currently considered a fallback solution for use cases where no CUDA-capable GPU is available and, hence, the CPU can be used as the target device. The CUDA backend is still the recommended (default) solution.

@stotko stotko merged commit 4ae2ae4 into master Nov 22, 2019
@stotko stotko deleted the openmp_backend branch November 22, 2019 16:47
@stotko stotko added this to the 1.2.0 milestone Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant