diff options
| author | Mahmoud <[email protected]> | 2018-11-06 19:05:31 -0500 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-11-06 19:05:31 -0500 |
| commit | aea51499825e8493f6e4ae1cae7c763797704dc8 (patch) | |
| tree | bbf89d83d810e6c14b5005491747e3f25e719517 /src/cuda-sim/ptx_parser.h | |
| parent | ffee4550d7452af93d3dcd05fc9a105a56b5b077 (diff) | |
| parent | 0265d747b06c18d0a1ee00fb1641032201425c97 (diff) | |
Merge branch 'dev' of https://github.com/gpgpu-sim/gpgpu-sim_distribution into dev-tensor
Diffstat (limited to 'src/cuda-sim/ptx_parser.h')
| -rw-r--r-- | src/cuda-sim/ptx_parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_parser.h b/src/cuda-sim/ptx_parser.h index 13042e1..7b6e3a2 100644 --- a/src/cuda-sim/ptx_parser.h +++ b/src/cuda-sim/ptx_parser.h @@ -57,7 +57,9 @@ void add_1vector_operand( const char *d1 ); void add_2vector_operand( const char *d1, const char *d2 ); void add_3vector_operand( const char *d1, const char *d2, const char *d3 ); void add_4vector_operand( const char *d1, const char *d2, const char *d3, const char *d4 ); +void add_8vector_operand( const char *d1, const char *d2, const char *d3, const char *d4 ,const char *d5,const char *d6,const char *d7,const char *d8); void add_option(int option ); +void add_wmma_option(int option ); void add_builtin_operand( int builtin, int dim_modifier ); void add_memory_operand( ); void add_literal_int( int value ); |
