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
/
Makefile
Age
Commit message (
Expand
)
Author
2023-06-20
ignore lex warnings
Ahmad Alawneh
2022-12-05
Added regex for non-linux platforms
Dimitris Papagiannis
2022-12-05
Ignore YY keywords, remove whitespace
Dimitris Papagiannis
2022-12-05
Fixed regex for files generated by newer bison versions
Dimitris Papagiannis
2019-06-09
Move ptx_parser vars
Mengchi Zhang
2017-07-06
Adding the correct dependency for the detailed_version file. In order to upda...
tgrogers
2017-05-17
Changing the version detection to be much more detailed. Now the git commit #...
tgrogers
2016-07-05
ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ...
Jin Wang
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
Removing a slew of code still compiled with gcc and the need for a bunch of e...
Tim Rogers
2014-08-14
Merging
Tim Rogers
2014-08-14
Clean up the unordered_map fallback support.
Wilson Fung
2014-08-14
Now makedepend doesn't have to interfere with our commits anymore.
Andrew M. B. Boktor
2014-08-14
This changelist implements the following:
Andrew M. B. Boktor
2014-08-14
Back out changelist 10951
Hadi Jooybar
2014-08-14
Should be tested.
Hadi Jooybar
2014-08-14
Bugfix. The script used to check the version of nvcc that is in the path, how...
Andrew M. B. Boktor
2014-08-14
Undoing the rest of files mistakly changed in CL10695, this change completes ...
Ayub Gubran
2014-08-14
My last work added to the branch, wokring on the functional simulator in cuda...
Ayub Gubran
2014-08-14
- Minor change to make things simpler, basically removing all instances of
Andrew M. B. Boktor
2014-08-14
change copyright notice to include authors
Tor Aamodt
2014-08-14
Fixing comment clobber from yesterday
Tim Rogers
2011-07-07
Integration change. Bringing in some changes from mem_divergence that allow f...
Tim Rogers
2011-06-29
changing copyright to BSD
Tor Aamodt
2010-10-18
Re-designed cache model:
Tor Aamodt
2010-08-30
integrating CL 7421-7434 from fermi-test
Tor Aamodt
2010-08-08
refactoring: moving PTX parsing functions into ptx_parser.*
Tor Aamodt
2010-08-08
refactoring: moving 'loading' operations into ptx_loader.*
Tor Aamodt
2010-07-18
finished moving cuda printf stuff to seperate file (step 2)
Tor Aamodt
2010-07-16
detect changes to .l and .y files
Tor Aamodt
2010-07-15
creating branch for adding support for CUDA 3.x and Fermi
Tor Aamodt