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

How to run SHOC benchmarks on CPU-only and CPU+GPU? #53

Open
pawanjoe opened this issue Jun 16, 2016 · 1 comment
Open

How to run SHOC benchmarks on CPU-only and CPU+GPU? #53

pawanjoe opened this issue Jun 16, 2016 · 1 comment

Comments

@pawanjoe
Copy link

I am trying to improve upon the workload partitioning problem solutions for het. platforms. THe SHOC benchmarks run on GPUs only. How do I compare the CPU-only performance with this? How do i partition the workload between CPU and GPU?

@kspaff
Copy link
Contributor

kspaff commented Jun 21, 2016

You can run on the CPU by compiling the OpenCL version and using an implementation that exposes the CPU as an OpenCL device. You can measure CPU and GPU simultaneously by using MPI and OpenCL. There is not a way to dynamically balance the workload, though.

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

2 participants