forked from DebashisGanguly/gpgpu-sim_UVMSmart
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementing page fault handling latency
- all pcie byte transfers are serialized after this - modeling time from real hardware for page table walk, deciding on prefetch transfer sizes and orders, maintaining access counters, page flags, memory address calculation etc. - can be set from config, but default behavior is just adding the time to the kernel execution - can enable more accurate model by actually stalling page transfers and warps for this latency
- Loading branch information
1 parent
44d6369
commit 7515200
Showing
5 changed files
with
147 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.