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
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
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-07-04
Merge pull request #27 from sspenst/dev
gpgpu-sim
2016-07-04
Restored madp instruction.
speverel
2016-07-04
Merge pull request #26 from sspenst/dev
gpgpu-sim
2016-07-04
Merge pull request #25 from ElTantawy/dev
gpgpu-sim
2016-07-04
fix a silly typo
Ahmed ElTantawy
2016-07-04
Reverted part of the previous commit so that our new changes related to DNNs ...
sspenst
2016-07-01
set CUDA_INSTALL_PATH in Travis configuration file
Tor Aamodt
2016-07-01
adding Travis configuration file
Tor Aamodt
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-10
Vastly improved runtime by relating symbol tables to file names
sspenst
2016-06-09
Merge branch 'dev' of https://github.com/sspenst/gpgpu-sim_distribution into dev
speverel
2016-06-09
Modified runtime API to support synchronization with the null stream.
speverel
2016-06-09
Forgot to add a return value
sspenst
2016-06-09
Added a basic implementation of cudaStreamCreateWithFlags
sspenst
2016-06-07
Updated the PTX section merging to be able to deal with multiple identifiers
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
Merge branch 'dev' of https://github.com/sspenst/gpgpu-sim_distribution into dev
speverel
2016-06-03
Added support for %laneid SFR. Also added a notice clarifying that power mode...
speverel
2016-06-03
Added mergeSectionList to combine any PTX files that remain after pruning int...
sspenst
2016-06-02
Updated parser and config file to support compute versions up to 5.2. Full su...
speverel
2016-06-02
Merge pull request #1 from speverel/dev
speverel
2016-06-02
Merge branch 'dev' of github.com:speverel/gpgpu-sim_distribution into dev
sspenst
2016-06-02
Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...
speverel
2016-06-02
Merge pull request #20 from sspenst/dev
gpgpu-sim
2016-06-02
Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...
speverel
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
[prev]
[next]