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
/
ptx.y
Age
Commit message (
Expand
)
Author
2016-09-06
Merge pull request #30 from sspenst/dev
gpgpu-sim
2016-09-05
Merge pull request #28 from jwang323/cdp_clean
gpgpu-sim
2016-08-24
Added shfl instruction
sspenst
2016-07-05
BUG: PTX section id. ADD: cudaDeviceSetLimit. BUG: parameter addresses for ch...
Jin Wang
2016-07-05
ADD: initial support for instruction group used by CDP
Jin Wang
2016-07-05
ADD: support ptxinfo for sm_35 and cuda 6.5
Jin Wang
2016-06-07
The ptx parser now recognizes the NC option for ld.global, however this optio...
sspenst
2016-06-02
Updated parser and config file to support compute versions up to 5.2. Full su...
speverel
2016-06-02
Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...
speverel
2015-03-04
initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running
Ahmed ElTantawy
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
Changing the QuadroFX5800 config to use compute capability 1.3 (no idea why i...
Wilson Fung
2014-08-14
Extended PTX parser to recognize the .ptr .shared directive and allocate shar...
Wilson Fung
2014-08-14
OpenCL newer diver fix
Hadi Jooybar
2014-08-14
Several changes to ptxplus towards getting the sphyraena benchmark to work. A...
Jimmy Kwa
2014-08-14
Added implementation of vote.ballot (passing directed test). Added popc (not...
Wilson Fung
2014-08-14
Extending ptx.y to ignore the .minnctapersm directive (at least it will not c...
Wilson Fung
2014-08-14
Adding single element vector operands to support tex.1d instructions in CUDA ...
Wilson Fung
2014-08-14
Integration from TM-311 branch.
Wilson Fung
2014-08-14
Fixing bugs 169, 170, 171
Ahmed El-Shafiey
2014-08-14
1. Fixing ptx with sm_20
Andrew M. B. Boktor
2014-08-14
This changelist implements the following:
Andrew M. B. Boktor
2014-08-14
Adding option 'gpgpu_simt_core_sim_order' which allow the user to specify the...
Wilson Fung
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
Tor Aamodt
2010-12-21
added support for negative .f64 operands in decuda_to_ptxplus
Jimmy Kwa
2010-12-15
Added next instruction type to ptxplus, ".ff64". It's the same as ".f64" exce...
Jimmy Kwa
2010-11-28
adding 1st level data cache
Tor Aamodt
2010-10-01
integrating recent changes from fermi-test into fermi
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-07-19
OpenCL running on simulator w/ CUDA 3.1 and nvidia driver 256.35
Tor Aamodt
2010-07-18
continuing refactoring
Tor Aamodt
2010-07-17
param space updates for correct parsing (still need to allocate thread
Tor Aamodt
2010-07-17
- adding new memory_space_t type to enable differentiation of different
Tor Aamodt
2010-07-17
- add support for ld/st with generic addresses
Tor Aamodt
2010-07-17
- add support for cvta and isspacep instructions (currently assuming
Tor Aamodt
2010-07-17
- bug fix: parsing hex int constants didn't have a-fA-F!?!
Tor Aamodt
2010-07-16
template compiled with "make noinline=1" now parses, runs, passes
Tor Aamodt
2010-07-16
adding parsing for opaque specifiers
Tor Aamodt
2010-07-16
- add placeholders for new (e.g., PTX 2.x) directives and instructions
Tor Aamodt
2010-07-15
creating branch for adding support for CUDA 3.x and Fermi
Tor Aamodt