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.h
Age
Commit message (
Expand
)
Author
2019-09-13
Big reformat change using clang-format-6.0
Nick
2019-09-13
Revert "Add src/cuda-sim formatting"
Nick
2019-09-13
Add src/cuda-sim formatting
Nick
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-09
Move some more vars
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
Move ptx parser to reentrant
Mengchi Zhang
2018-11-03
merged with memory subsytem. Regression is passing but tensorcore kernel is s...
aamir
2018-05-27
added wmma parsing but execution getting aborted
aamir
2016-07-05
ADD: initial support for instruction group used by CDP
Jin Wang
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
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
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-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