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-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-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
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-06-01
Added new GTX750Ti config files.
speverel
2016-06-01
Added GTX750Ti config files. Also modified shader.h to support larger number ...
speverel
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
[next]