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
2024-08-09
Add support for SHF ptx instruction (#70)
Cesar Avalos
2020-04-07
Merge remote-tracking branch 'localpub/dev' into dev
tgrogers
2019-07-04
added temp. solution to bypass function pointers in order for pytorch to run
chris
2019-07-03
Remove g_filename
Mengchi Zhang
2019-06-10
Fix g_func_decl
Mengchi Zhang
2019-05-20
Fix col and linebuf
Mengchi Zhang
2019-05-17
Fix linebuf and col
Mengchi Zhang
2019-05-17
Move ptx parser to reentrant
Mengchi Zhang
2018-11-03
merged with memory subsytem. Regression is passing but tensorcore kernel is s...
aamir
2018-10-24
merged tensor-cores code
aamir
2018-10-05
Merge pull request #15 from gjulianm/dev
Tim Rogers
2018-08-09
added load
aamir
2018-08-07
implemented prmt and started working on variable precision mul inst
aamir
2018-06-06
ptx.y fixed syntax
aamirraihan
2018-05-31
mma_ld_impl
aamir
2018-05-27
added wmma parsing but execution getting aborted
aamir
2018-03-26
Remove duplicate token in PTX parser
Nathan Conrad
2018-03-26
.call instruction may have an empty argument list
Nathan Conrad
2017-08-17
Merged all work on the dev branch since the divergence point into the dnn bra...
speverel
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-06
Added sstarr memory, which works the same as shared memory
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-07-11
Allow const directives in the parameter specification
Guillermo Julián
2015-07-11
Allow visible directives in variable specifications
Guillermo Julián
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
[next]