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-10-31
update opencl_runtime similar to cuda_runtime
Ahmed ElTantawy
2016-10-28
support for CUDA 8.0 PTX
Ahmed ElTantawy
2016-07-04
fix a silly typo
Ahmed ElTantawy
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
2015-04-15
Merge pull request #10 from qqldd/dev
andrewboktor
2015-04-08
Fixed bug #88. Initial ejection buffer and boundary buffer with the interconn...
Myrice
2015-04-08
Modified CHANGES for intersim2 svn removal
Myrice
2015-04-07
Booksim2 abandoned svn and moved to github (https://github.com/booksim/booksi...
Myrice
2015-03-05
Merge pull request #9 from ElTantawy/master
andrewboktor
2015-03-05
update setup_environment to reflect the levels of support of CUDA versions
Ahmed ElTantawy
2015-03-04
initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running
Ahmed ElTantawy
2015-02-20
Merge pull request #7 from andrewboktor/fix_icache
tgrogers
2015-02-19
Adding an assert to make sure we got the right instruction back
Andrew Boktor
2015-02-18
Making sure that we only service returning cache misses when we have a place ...
Andrew Boktor
2015-02-18
Fixing icache bug where for each miss we also count a hit.
Andrew Boktor
2015-01-29
Modifying README to reflect github directory structure
Andrew Boktor
2014-10-10
Merge pull request #4 from qqldd/upstream_master
tgrogers
2014-10-06
Remove -a which appends dependences. This causes make process too long and de...
Myrice
2014-10-06
Fixed mac build fails
Myrice
2014-10-06
Add .gitignore file to ignore files generated after building
Myrice
2014-08-14
adding a missing dependency in Makefile which makes (make -j) fails at random...
Ahmed El-Shafiey
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
- Code review 1173001
Tayler Hetherington
2014-08-14
Fix Bug 81
Ahmed El-Shafiey
2014-08-14
Fixing bugs 80 and 64
Andrew M. B. Boktor
[next]