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_parser.cc
Age
Commit message (
Expand
)
Author
2018-11-03
merged with memory subsytem. Regression is passing but tensorcore kernel is s...
aamir
2018-11-02
added incount and outcount, addressed all of the pull request comments
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-05-31
mma_ld_impl
aamir
2018-05-27
added wmma parsing but execution getting aborted
aamir
2018-03-26
Don't directly pass strings to printf (beacuse they wouldn't be escapped). Cl...
Nathan Conrad
2017-08-17
Merged all work on the dev branch since the divergence point into the dnn bra...
speverel
2016-07-06
Added sstarr memory, which works the same as shared memory
sspenst
2016-07-05
ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ...
Jin Wang
2016-07-05
ADD: initial support for instruction group used by CDP
Jin Wang
2015-07-10
Increase line buffer size
Guillermo Julián
2014-08-14
Fixing jenkins failure
Andrew M. B. Boktor
2014-08-14
Allocating aligned local memory
Andrew M. B. Boktor
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
Extended PTX parser to recognize the .ptr .shared directive and allocate shar...
Wilson Fung
2014-08-14
Adding single element vector operands to support tex.1d instructions in CUDA ...
Wilson Fung
2014-08-14
Fixing bugs 169, 170, 171
Ahmed El-Shafiey
2014-08-14
Fixing compile error on my machine
Andrew M. B. Boktor
2014-08-14
Fix for bug #154-internal and #8-external
Andrew M. B. Boktor
2014-08-14
This changelist implements the following:
Andrew M. B. Boktor
2014-08-14
Fixing bug 126. Now DXTC runs to completion by not giving correct result (ex...
Wilson Fung
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
Tor Aamodt
2010-11-15
Cleaned up decuda_to_ptxplus code to remove compiler warnings
Jimmy Kwa
2010-10-22
enables global loads/stores for ptxplus
Tor Aamodt
2010-10-16
1. creating cache_config object to encapsulate cache configuration information
Tor Aamodt
2010-10-10
1. create function unit classes for SP, SFU, LD/ST.
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
** fully decouple kernel compilation from kernel launch for opencl
Tor Aamodt
2010-08-08
refactoring: moving PTX parsing functions into ptx_parser.*
Tor Aamodt