-
Notifications
You must be signed in to change notification settings - Fork 20
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
GPU+nCPU #13
Comments
The number of CPU threads can be specified using -t. Without specifying, the default value is set as 4. In the paper, we showed the results of 1,2,4 CPU threads (with and without GPU) for an AMD Kaveri APU. |
Is there no variations of partition ratio between GPU and CPU in the paper? |
The optimal ratios vary among benchmarks and datasets. The ratio can be specified statically using -a with a value between 0 and 1. Without specifying, the default value is set as 0.1. The ratio can be also dynamically determined if -a is specified out of [0,1]. In the paper, we showed the best static partition ratios for an AMD Kaveri APU. |
Thank you. |
And, when you send the patch for gem5-gpu simulator? |
CUDA-D-Sim and CUDA-U-Sim are Chai's versions for gem5-gpu. |
I mean the patch to enable gem5-gpu execute Chai correctly. Victor said he forgot that. |
gem5-gpu guys already received the patch. If it isn't pushed yet, they might be waiting for others to push several patches together. Juan |
Thanks a lot. |
GPU+nCPU means run the data-partition benchmark with n CPU threads , and all with default partition in your paper?
The text was updated successfully, but these errors were encountered: