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
/
cuda-sim
Age
Commit message (
Expand
)
Author
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 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-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-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-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-04
initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running
Ahmed ElTantawy
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
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
Fixing jenkins failure
Andrew M. B. Boktor
2014-08-14
Allocating aligned local memory
Andrew M. B. Boktor
2014-08-14
Intesim2 Integration
Dongdong Li
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
Adding a dependency so the ptxinto.tab.h file is generated before the lex.ptx...
Tim Rogers
2014-08-14
Fixing bug 59 + cleaning some code related to the power model
Ahmed El-Shafiey
2014-08-14
Fixing the broken valgrind build.
Tim Rogers
2014-08-14
Removing a slew of code still compiled with gcc and the need for a bunch of e...
Tim Rogers
2014-08-14
Integrate mov.pred fix from TM branch.
Wilson Fung
2014-08-14
This should fix the NNC undefined memory locations bug. It turned out that th...
Ahmed El-Shafiey
2014-08-14
fixing some assignment in the "get_operand_value" function where unsigned wer...
Ahmed El-Shafiey
2014-08-14
Okay, both the crash and the valgrind complaint are caused by the non-type sa...
Tim Rogers
2014-08-14
Fixed at least one error in the valgrind build. Forgot to initial a member va...
Tim Rogers
2014-08-14
Fixing a bug exposed by the fix for bug 42.
Tim Rogers
2014-08-14
Merging
Tim Rogers
2014-08-14
proposed fix for bug 42 (Alexander Samoilov)
Tor Aamodt
2014-08-14
Fixing a slew of compiler warnings
Tim Rogers
2014-08-14
fixing bug 36 + put a mistakenly missing texture misses power scaling
Ahmed El-Shafiey
2014-08-14
fixing a bug that cause the thread_fence benchmark fails (excluding an opcode...
Ahmed El-Shafiey
2014-08-14
Merging Power model into Fermi
Tayler Hetherington
2014-08-14
Changing the QuadroFX5800 config to use compute capability 1.3 (no idea why i...
Wilson Fung
2014-08-14
Fixed a bug introduced in CL14565 for PTXPlus.
Wilson Fung
[next]