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
2019-07-15
Move operand_info::sm_next_uid
Mengchi Zhang
2019-07-11
g_sym_name_to_symbol_table
Mengchi Zhang
2019-07-11
Move g_inst_lookup
Mengchi Zhang
2019-07-10
Move g_pc_to_finfo
Mengchi Zhang
2019-07-10
Move g_globals and g_constants
Mengchi Zhang
2019-07-08
Move opcode_latency_int thus pass gpgpu_context into many classes
Mengchi Zhang
2019-07-03
Remove g_filename
Mengchi Zhang
2019-07-03
move g_shader_core_config
Mengchi Zhang
2019-07-01
Move g_debug_ir_generation and GPGPUSim_Init
Mengchi Zhang
2019-06-12
Fix some compiler warning
Mengchi Zhang
2019-06-12
Add some vars in ptx_parser
Mengchi Zhang
2019-06-12
Move symbol table globals
Mengchi Zhang
2019-06-12
Move all ptx_parser inside gpgpu_context
Mengchi Zhang
2019-06-09
Add more vars for ptx_parser
Mengchi Zhang
2019-06-09
Move ptx_parser vars
Mengchi Zhang
2019-05-30
Move some variables in ptx_parser
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-09
resolving merge conflict
Deval Shah
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-16
fix alignment bug in parser, modified ptxjitconfig, minor fixes
Jonathan
2018-08-10
fixes ptxjitplus and cuLaunchKernel
Jonathan
2018-08-09
added load
aamir
2018-08-07
implemented prmt and started working on variable precision mul inst
aamir
2018-08-07
working fix for deadlock due to operand collector, parser changes to support ...
J
2018-06-05
ptx parse only
Jonathan
2018-06-05
parse all ptx and add to symbol table
Jonathan
2018-06-04
parses through all ptx files, TODO: need to impl dp4a
Jonathan
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
[next]