diff options
| author | Timothy G Rogers <[email protected]> | 2018-03-26 12:37:58 -0400 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-03-26 12:37:58 -0400 |
| commit | cd4ec521b43093380ce9535ba940e65ea5bf0752 (patch) | |
| tree | a2cbef25d44a4e818176055d80955735bc31d18a /src/cuda-sim/ptx_parser.h | |
| parent | 1af82fbe97428654b06b7cd8d40c2d2ce4592aae (diff) | |
| parent | f7ff51824547d017bdfffcaff79a762ff07c6fdf (diff) | |
Merge branch 'dev-purdue-integration' into dev-purdue-integration
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(); |
