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
Age
Commit message (
Expand
)
Author
2017-07-09
Fixing backgroup index bug
Mahmoud
2016-09-05
MOD: modify Makefile to make CUDART_VERSION available to gpu-sim.cc
Jin Wang
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
ADD: add separate cdp latency
Jin Wang
2016-07-06
ADD: add cdp latency
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
BUG: kernels should return to stream if not pushed to concurrent kernel pool
Jin Wang
2016-07-05
MOD: add child kernel stream and scheduling support
Jin Wang
2016-06-02
GeForceGTX750Ti correlation setup. Modified config file to reflect GTX750Ti a...
Scott Peverelle
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
2015-03-05
Merge pull request #9 from ElTantawy/master
andrewboktor
2015-03-04
initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running
Ahmed ElTantawy
2015-02-19
Adding an assert to make sure we got the right instruction back
Andrew Boktor
2015-02-18
Making sure that we only service returning cache misses when we have a place ...
Andrew Boktor
2015-02-18
Fixing icache bug where for each miss we also count a hit.
Andrew Boktor
2014-10-06
Fixed mac build fails
Myrice
2014-08-14
-Forcing make clean to remove all automatically generated files by parsers (s...
Ahmed El-Shafiey
2014-08-14
Support for named bariers + bar.red + bar.arrive instructions
Ahmed El-Shafiey
2014-08-14
- Code review 1173001
Tayler Hetherington
2014-08-14
warning fixes 2nd patch, including comments removal and strict aliasing fixes.
leonyu
2014-08-14
Bug FIX: icnt::full() check using wrong mf size
Dongdong Li
2014-08-14
Fixing assertion that occurs when L1 cache is configured with write-allocatio...
Wilson Fung
2014-08-14
Fixing the intra-partition address calculation so that every set in L2 cache ...
Wilson Fung
2014-08-14
Refactoring:
Dongdong Li
2014-08-14
Adding the ability to trace all the shader cores
Tim Rogers
2014-08-14
Intesim2 Integration
Dongdong Li
2014-08-14
Review 77001: Fixing Writeback/Write allocate hard coded memory_access_types ...
Tayler Hetherington
2014-08-14
Adding bandwidth modeling to the cache model.
Wilson Fung
2014-08-14
Lengthened the DRAM return queue size to have enough credits in order to keep...
Wilson Fung
2014-08-14
Fix for bug 63. bk[i]->n_idle should be bk[j]->n_idle instead.
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
Integrating changes from my personal branch.
Tim Rogers
2014-08-14
Review 62001: Fixing bug where labels "WarpIssueSlotBreakdown" and "WarpIssue...
Tayler Hetherington
2014-08-14
Adding the ability to querry the WARPSZ flag from the ptx script.
Tim Rogers
2014-08-14
Changing the make flow so all the generated files, both object and code gene...
Tim Rogers
2014-08-14
Interconnection traffic breakdown stats (integration from TM branch).
Wilson Fung
2014-08-14
Adding new option '-liveness_message_freq', which throttles the frequency of ...
Wilson Fung
2014-08-14
Fixing ":" to "=" in shader_print_cache_stats. This will not affect the regre...
Tayler Hetherington
2014-08-14
Fixing pending_hit bug (Access is supposed to return MISS, but stats should i...
Tayler Hetherington
[next]