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
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
2014-08-14
Replaced the legacy L2 cache access stats with more meaningful breakdown that...
Wilson Fung
2014-08-14
fixing a bug in the interconnect stats was introduced in CL15746
Ahmed El-Shafiey
2014-08-14
Cleaning up interconnection network memory partition to core statistics. Now ...
Tayler Hetherington
2014-08-14
Fixing bug in power counter reset
Tayler Hetherington
2014-08-14
GPUWattch bug fix: Performance counters not being correctly reset at kernel c...
Tayler Hetherington
2014-08-14
Merging
Tim Rogers
2014-08-14
bug31
Ayub Gubran
2014-08-14
Now even the power model log will have kernel names printed out.
Wilson Fung
2014-08-14
Added kernel name and launch uids to the stat printout to simplify per-kernel...
Wilson Fung
2014-08-14
1- it seems like using #ifdef within a class definition confuses valgrind, re...
Ahmed El-Shafiey
2014-08-14
parsing the XML file only if the power simulator is enabled -- this bug was i...
Ahmed El-Shafiey
[next]