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
Age
Commit message (
Expand
)
Author
2016-07-11
Reverted the previous commit to add a cleaner way of getting NUM_THREADS. Now...
sspenst
2016-07-08
Made gridDim and blockDim global variables so that they can be accessed from ...
sspenst
2016-07-08
SST should now properly simulate the barrier operation
sspenst
2016-07-07
sst_impl cleanup
sspenst
2016-07-07
Indices are now stored corresponding to values. SST now returns the number of...
sspenst
2016-07-07
SST instruction now returns the end address of the new sparse array
sspenst
2016-07-07
SST instruction now updates the original array instead of storing the result ...
sspenst
2016-07-07
Rough implementation of the SST instruction. It squeezes out the zeros that a...
sspenst
2016-07-06
Added the ability to load from sstarr memory after data has been stored in it
sspenst
2016-07-06
Added sstarr memory, which works the same as shared memory
sspenst
2016-07-05
Slight addition to the parser for CPTX aesthetics. You now begin and end your...
sspenst
2016-07-04
Initial SST recognition from PTX parser
sspenst
2016-07-04
Restored madp instruction.
speverel
2016-07-04
Reverted part of the previous commit so that our new changes related to DNNs ...
sspenst
2016-06-16
Added the ability to inject arbitrary PTX instructions. ...
speverel
2016-06-13
If ptxas notices any duplicate errors, they now automatically get resolved an...
sspenst
2016-06-07
The ptx parser now recognizes the NC option for ld.global, however this optio...
sspenst
2016-06-07
Added support for cudaMemcpyDefault flag in cudaMemcpy. Also increased the ma...
speverel
2016-06-06
Added support for BFE (Bit field extract) instruction.
speverel
2016-06-03
Added support for %laneid SFR. Also added a notice clarifying that power mode...
speverel
2016-06-02
Updated parser and config file to support compute versions up to 5.2. Full su...
speverel
2016-06-02
Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...
speverel
2016-06-02
GeForceGTX750Ti correlation setup. Modified config file to reflect GTX750Ti a...
Scott Peverelle
2016-05-13
changed gpgpu_ptxinfo_load_from_string definition for Ahmed
sspenst
2016-05-13
changed the SM version flag for generating ptxinfo to be dynamic instead of 20
sspenst
2015-06-08
Merge pull request #13 from tgrogers/dev
tayler-hetherington
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-06-05
Adding in changes to put generated code files in the build directory instead ...
tgrogers
2015-04-08
Fixed bug #88. Initial ejection buffer and boundary buffer with the interconn...
Myrice
2015-04-07
Booksim2 abandoned svn and moved to github (https://github.com/booksim/booksi...
Myrice
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
Remove -a which appends dependences. This causes make process too long and de...
Myrice
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
This should fix 2.3 regression and may fix others as well.
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
Fix Bug 81
Ahmed El-Shafiey
2014-08-14
Fixing bugs 80 and 64
Andrew M. B. Boktor
2014-08-14
Adding signed types to slct_impl, fixes http://www.gpgpu-sim.org/bugs/show_bu...
Andrew M. B. Boktor
2014-08-14
Delete Intersim
Dongdong Li
2014-08-14
Add .svn file so other people can keep update with changes from Stanford
Dongdong Li
2014-08-14
Update with Booksim2.0 from Stanford
Dongdong Li
2014-08-14
warning fixes 2nd patch, including comments removal and strict aliasing fixes.
leonyu
2014-08-14
fix dram sampling interval scaling
Jingwen Leng (UT Austin)
[next]