diff options
| author | aamir <[email protected]> | 2018-05-27 14:18:53 -0700 |
|---|---|---|
| committer | aamir <[email protected]> | 2018-05-27 14:18:53 -0700 |
| commit | 7dfa2ae2e6f8ccaaf133318265a7ab00de546e82 (patch) | |
| tree | 080df98c254a0772d2f445e79e89de0f651fe962 /src/cuda-sim/ptx_parser.h | |
| parent | bae67e6a355047e360c30391588c2076913f86fa (diff) | |
added wmma parsing but execution getting aborted
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 32f3903..8094b43 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 ); |
