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
/
shader.cc
Age
Commit message (
Expand
)
Author
2017-10-27
add more statistics and chaging Pascal config
Mahmoud
2017-10-11
Sector Cache - first commit
Mahmoud
2017-09-13
Adding sperate dp_unit
Mahmoud
2017-07-18
Fixing deadlock bug
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
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
BUG: kernels should return to stream if not pushed to concurrent kernel pool
Jin Wang
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-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
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
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
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
Interconnection traffic breakdown stats (integration from TM branch).
Wilson Fung
2014-08-14
Fixing ":" to "=" in shader_print_cache_stats. This will not affect the regre...
Tayler Hetherington
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
Fixing interconnect stats bug
Tayler Hetherington
2014-08-14
Fixing bug 59 + cleaning some code related to the power model
Ahmed El-Shafiey
2014-08-14
Updating ICNT stat collection
Tayler Hetherington
2014-08-14
Cleaning up interconnection network memory partition to core statistics. Now ...
Tayler Hetherington
2014-08-14
Cleaning up the interconnection core to memory partition statistics
Tayler Hetherington
2014-08-14
Fixed at least one error in the valgrind build. Forgot to initial a member va...
Tim Rogers
2014-08-14
Merging
Tim Rogers
2014-08-14
Merging
Tim Rogers
2014-08-14
Fixing a slew of compiler warnings
Tim Rogers
2014-08-14
Adding in a statistic for number of dynamic warps issued by their ID.
Tim Rogers
2014-08-14
Adding in a dynamic warp_id field
Tim Rogers
2014-08-14
cleanig inc_stat functions + remove unused L2D_config parameter was mistakenl...
Ahmed El-Shafiey
2014-08-14
Fixing a GPUWattch bug where the cache statistics weren't updated if there ar...
Tayler Hetherington
2014-08-14
cast the duty cycle to float
Ahmed El-Shafiey
[next]