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
Age
Commit message (
Expand
)
Author
2016-07-06
ADD: support concurrent kernels on one shader
Jin Wang
2016-07-05
ADD: launch all device kernels at once in functional simulator
Jin Wang
2016-07-05
MOD: compute child parameter size
Jin Wang
2016-07-05
MOD: schedule one child kernel each cycle
Jin Wang
2016-07-05
ADD: delete streams created by cta when deleting kernel
Jin Wang
2016-07-05
BUG: PTX section id. ADD: cudaDeviceSetLimit. BUG: parameter addresses for ch...
Jin Wang
2016-07-05
BUG: kernels should return to stream if not pushed to concurrent kernel pool
Jin Wang
2016-07-05
ADD: add support for cudaStreamCreateWithFlags
Jin Wang
2016-07-05
BUG: multiple child kernels finish
Jin Wang
2016-07-05
BUG: do not handle cudaGetParameterBufferV2 and cudaLaunchDeviceV2 as call.un...
Jin Wang
2016-07-05
BUG: parameter alignment
Jin Wang
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
MOD: Hack warning for cuda device runtime lib function registration
Jin Wang
2016-07-05
BUG: cuobjdump for sm_35 with CDP
Jin Wang
2016-07-05
ADD: support ptxinfo for sm_35 and cuda 6.5
Jin Wang
2016-07-05
MOD: add support for cuda65 ptx header
Jin Wang
2016-06-02
Merge pull request #20 from sspenst/dev
gpgpu-sim
2016-06-02
Made additional improvements to Maxwell correlation in config file such as me...
Scott Peverelle
2016-06-02
Tweaked Maxwell config to improve correspondence in a number of areas; clock ...
Scott Peverelle
2016-06-02
Modified config files to better represent Maxwell architecture; specifically,...
Scott Peverelle
2016-06-02
GeForceGTX750Ti correlation setup. Modified config file to reflect GTX750Ti a...
Scott Peverelle
2016-06-02
Branch of GTX480 configs for Maxwell board
Scott Peverelle
2016-05-16
Merge pull request #17 from ElTantawy/dev
gpgpu-sim
2016-05-15
fixing the credits
Ahmed ElTantawy
2016-05-15
Crediting lonestartGPU in the CHANGES for their help in CUDA 5.5 support
Ahmed ElTantawy
2016-05-15
updating CHANGES
Ahmed ElTantawy
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
2016-05-13
remove the hackish comment and assign a default identifier for CUDA>=7.5
Ahmed ElTantawy
2016-05-13
detailed error message when minimum found ptx capability is still larger than...
Ahmed ElTantawy
2016-05-13
getting the parsing compatible with previous version - tested on 4.2, 5.5 and...
Ahmed ElTantawy
2016-05-12
added an assertion to pruneSectionList
sspenst
2016-05-12
Merge branch 'dev' of https://github.com/ElTantawy/gpgpu-sim_distribution int...
sspenst
2016-05-12
Commented out line that checks for identifier in PTX file so that sim runs in...
speverel
2016-05-12
Merge branch 'dev' of https://github.com/ElTantawy/gpgpu-sim_distribution int...
sspenst
2016-05-12
updating Makefile and setup environment for 7.5 support
Ahmed ElTantawy
2016-05-12
Merge branch 'dev' of https://github.com/ElTantawy/gpgpu-sim_distribution int...
sspenst
2016-05-12
initial support for cuda 7.5 parsing
ElTantawy
2016-05-12
Adding a description of the makefile changes
tgrogers
2016-05-12
Adding in changes to put generated code files in the build directory instead ...
tgrogers
2015-06-08
Merge pull request #13 from tgrogers/dev
tayler-hetherington
2015-06-06
Merge pull request #14 from tayler-hetherington/dev
tgrogers
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 a description of the makefile changes
tgrogers
2015-06-05
Adding in changes to put generated code files in the build directory instead ...
tgrogers
2015-06-01
Merge pull request #12 from qqldd/dev
tgrogers
[next]