index
:
weft
main
CPEN 511 Project - Weft: Improving SIMD Utilization through MIMD-like Co-issue and Thread Compaction
Davit Grigoryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gpgpu-sim
/
gpu-sim.cc
Age
Commit message (
Expand
)
Author
2018-03-26
Merge branch 'dev-purdue-integration' into dev-purdue-integration
Timothy G Rogers
2018-03-26
Fixing resources limitation assertion for compute cab 61
Mahmoud
2018-03-25
Need to make sure we don't kill the L1 too
tgrogers
2017-11-18
copy to the L2 by default
tgrogers
2017-11-18
fixing the cycle issues with using the cudamemcpies
tgrogers
2017-11-18
64-address used on the CPU side, but GPGPU-Sim Truncates it to 32-bit.... tru...
tgrogers
2017-11-18
fixing a stupid inheritance bug
tgrogers
2017-11-18
Making the perf sim copy optional, getting rid of an assert that will happen ...
tgrogers
2017-11-18
vectoradd is successfully filling the l2
tgrogers
2017-10-30
adding new stats and change the PascalP100-HBM config
Mahmoud
2017-10-27
add more statistics and chaging Pascal config
Mahmoud
2017-10-26
Changing the Titan X config file to use the last modifications
Mahmoud
2017-10-25
The commits includes:
Mahmoud
2017-10-13
ensure that first launch uses simt cluster 0
Mahmoud
2017-10-11
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdal...
Mahmoud
2017-09-14
adding some condig comments
Mahmoud
2017-09-13
Adding sperate dp_unit
Mahmoud
2017-09-12
Adding HBM model
Mahmoud
2017-07-17
Fixing some typos and adding comments
Mahmoud
2017-07-17
Improving GPU core model. This commits contains:
Mahmoud
2016-09-02
BUG: concurrent kernel on the same SMX does not work with non-legacy local me...
Jin Wang
2016-09-02
MOD: Add macros to turn off cuda_device_runtime for CUDA < 5.0
Jin Wang
2016-07-06
ADD: add knob to enable CDP in gpgpusim config
Jin Wang
2016-07-06
MOD: modify to new structure name gpgpu_ptx_sim_info
Jin Wang
2016-07-06
ADD: add kernel launching latency from stream to distributor
Jin Wang
2016-07-06
ADD: print kernel parameter size footprint. BUG: concurrent kernels on same s...
Jin Wang
2016-07-06
ADD: add stats for kernel launching and complete cycle
Jin Wang
2016-07-06
BUG: concurrent kernels on same SM may occupy warps from running CTAs
Jin Wang
2016-07-06
BUG: for concurrent kernels on same shader, should select kernel from the dis...
Jin Wang
2016-07-06
ADD: support concurrent kernels on one shader
Jin Wang
2016-07-05
MOD: schedule one child kernel each cycle
Jin Wang
2016-07-05
MOD: add child kernel stream and scheduling support
Jin Wang
2015-06-05
Fixing bug with local stats not being reset on call to update_stats. Added co...
Tayler Hetherington
2015-06-05
Fixing bug with max cycle/instruction/cta + bug with C++ name de-mangling wit...
Tayler Hetherington
2014-08-14
Support for named bariers + bar.red + bar.arrive instructions
Ahmed El-Shafiey
2014-08-14
Refactoring:
Dongdong Li
2014-08-14
Intesim2 Integration
Dongdong Li
2014-08-14
Adding bandwidth modeling to the cache model.
Wilson Fung
2014-08-14
Redesigned the memory partition unit to support multiple L2 cache banks per p...
Wilson Fung
2014-08-14
Adding option to force global memory accesses to skip L1 data cache while sti...
Wilson Fung
2014-08-14
Adding new option '-liveness_message_freq', which throttles the frequency of ...
Wilson Fung
2014-08-14
Fixing bug in printing - Not checking if cache was instantiated (i.e., L1D fo...
Tayler Hetherington
2014-08-14
Review: 33001. Updating/cleaning up the cache statistics. Moving the statisti...
Tayler Hetherington
2014-08-14
Further cleaning up power stats - Continuation of issue 35001.
Tayler Hetherington
2014-08-14
Fixing interconnect stats bug
Tayler Hetherington
2014-08-14
make sure L1 cache is flushed at a configuration change between kernels, even...
Ahmed El-Shafiey
2014-08-14
Removing the default printing of the dynamic warp distribution histogram a...
Tim Rogers
2014-08-14
initialize the shared_memory_size
Ahmed El-Shafiey
2014-08-14
- Adding support for cudaFuncSetCacheConfig API, that allows changing the
Ahmed El-Shafiey
2014-08-14
Updating ICNT stat collection
Tayler Hetherington
[next]