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-05
MOD: add child kernel stream and scheduling support
Jin Wang
2016-07-05
ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ...
Jin Wang
2016-07-05
ADD: initial support for instruction group used by CDP
Jin Wang
2016-07-05
ADD: handle child kernel name in mov instruction. ADD: detect call cudaGetPar...
Jin Wang
2016-07-05
ADD: support ptxinfo for sm_35 and cuda 6.5
Jin Wang
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
2014-08-14
Extended PTX parser to recognize the .ptr .shared directive and allocate shar...
Wilson Fung
2014-08-14
OpenCL newer diver fix
Hadi Jooybar
2014-08-14
Fixed the timing model for LDU instruction, before it was not recognized as a...
Wilson Fung
2014-08-14
Added functional execution support for shared memory atomic operations.
Inderpreet Singh
2014-08-14
Several changes to ptxplus towards getting the sphyraena benchmark to work. A...
Jimmy Kwa
2014-08-14
Fixing regression failure: vote.all was broken by vote.ballet implementation.
Wilson Fung
2014-08-14
Added implementation of vote.ballot (passing directed test). Added popc (not...
Wilson Fung
2014-08-14
Fixing texture fetching for 1D texture with non-normalized coordinates: Addin...
Wilson Fung
2014-08-14
Fixing multi-element texel access. Now texture with RGBA components are read...
Wilson Fung
2014-08-14
Adding support for cudaReadModeNormalizedFloat (a texture read mode). See bu...
Wilson Fung
2014-08-14
Extending ptx.y to ignore the .minnctapersm directive (at least it will not c...
Wilson Fung
[next]