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

Add UVM Support to current GPGPU-Sim #219

Open
wants to merge 1,033 commits into
base: dev
Choose a base branch
from
Open

Add UVM Support to current GPGPU-Sim #219

wants to merge 1,033 commits into from

Conversation

yechen3
Copy link

@yechen3 yechen3 commented Apr 4, 2021

Basically merge the implementation of functional and timing simulation support for Unified Virtual Memory from DebashisGanguly's UVMSmart to current version of GPGPU-Sim. In order to improve the simulation performance, an option "skip_cycles_enable" is provided to skip simulation of shader cores when all warps are either waiting for barrier or far memory transaction. It has been tested on rodinia-2.0 benchmark suites, and the result shows that adding UVM support has very tiny impact on simulation time.

brad-mengchi and others added 30 commits September 6, 2019 20:57
Signed-off-by: Mengchi Zhang <[email protected]>
Signed-off-by: Mengchi Zhang <[email protected]>
Signed-off-by: Mengchi Zhang <[email protected]>
Signed-off-by: Mengchi Zhang <[email protected]>
Refactor some perf model to OO
Yechen Liu and others added 29 commits January 27, 2021 09:34
do not truncate 32 MSB bits of the memory address
Fix cache hash function and renaming
Merge UVM support into current gpgpu-sim
@shiyuw3 shiyuw3 mentioned this pull request May 11, 2022
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.