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

Use OneAPI instead of OpenMP #9

Open
JuergenSimon opened this issue Jun 24, 2020 · 0 comments
Open

Use OneAPI instead of OpenMP #9

JuergenSimon opened this issue Jun 24, 2020 · 0 comments

Comments

@JuergenSimon
Copy link
Contributor

JuergenSimon commented Jun 24, 2020

A couple of years have passed since the inception of the code. The current state of affairs is, that the code uses OpenMP to accelerate computation, which brings down the time required significantly. However, the 3D computation for the 14.1 million vertices in the 3D Oase composite data set still takes up to 20 minutes, depending on how much is going on.

There is a new library out, which strifes to provide access to all accelerator components, like Graphics cards, eGPUs and multiple CPU cores. It's called OneAPI (https://www.oneapi.com).

The scope of this ticket would be to make an experiment with OneAPI and measure what it can do for our performance when an eGpu is present etc.

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

No branches or pull requests

1 participant