diff options
| author | Mahmoud <[email protected]> | 2018-10-16 17:26:34 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-10-16 17:26:34 -0400 |
| commit | 7375668786abfa5b0592fca0ce97fb5a8ba512d4 (patch) | |
| tree | 4abf17acab64630f3a099d82e0cd8250c54d7b5f /src/cuda-sim/ptx_parser.h | |
| parent | 802bc9f840aac536330ad93a1cbc2f04ead75106 (diff) | |
| parent | b8db00c3d8cfddb37a96b9cf2f308a67db4d319d (diff) | |
Merge branch 'dev-purdue-integration' into dev
Diffstat (limited to 'src/cuda-sim/ptx_parser.h')
| -rw-r--r-- | src/cuda-sim/ptx_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_parser.h b/src/cuda-sim/ptx_parser.h index 32f3903..13042e1 100644 --- a/src/cuda-sim/ptx_parser.h +++ b/src/cuda-sim/ptx_parser.h @@ -93,6 +93,7 @@ void change_double_operand_type( int addr_type ); void change_operand_neg( ); void set_immediate_operand_type( ); void version_header(double a); +void maxnt_id(int x, int y, int z); //Jin: handle instructino group for cdp void start_inst_group(); |
