Skip to content

KU-CSArch/gpgpu-sim_Warped-MC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warped-MC

This repository contains the gpgpu-sim v4.2 implementation of Warped-MC, an efficient memory controller scheme for massively parallel processors. Warped-MC is published on International Conference on Parallel Processing (ICPP) ,August 2023.

Simulation on Warped-MC

  1. edit option to gpgpusim.config

-gpgpu_frfcfs_option

  1. select memory controller scheme
  • -gpgpu_dram_scheduler 0 = fifo, 1 = FR-FCFS (defaul), 2 = divergence_first

Note that it needs '-gpgpu_dram_scheduler 1' option

  • -gpgpu_frfcfs_option 0 = FR-FCFS (default), 1 = Warped-MC

Author

Jong Hyun Jeong

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 55.3%
  • C 21.1%
  • Cuda 19.2%
  • Python 2.2%
  • Yacc 0.9%
  • Lex 0.7%
  • Other 0.6%