diff options
| author | Wilson Fung <[email protected]> | 2012-08-23 06:19:53 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:48:54 -0700 |
| commit | a4d6731ac208ccb98aeac4e0fe9073abd99dc892 (patch) | |
| tree | 7e9651cfa9c76742ab252717c9c0d377cbe95321 /cuobjdump_to_ptxplus | |
| parent | bb601822351584a4e81dbb2301a01b03b623f09e (diff) | |
Adding single element vector operands to support tex.1d instructions in CUDA 4.1 and later. KMN-FT should pass with this changelist.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13833]
Diffstat (limited to 'cuobjdump_to_ptxplus')
| -rw-r--r-- | cuobjdump_to_ptxplus/ptx_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cuobjdump_to_ptxplus/ptx_parser.h b/cuobjdump_to_ptxplus/ptx_parser.h index ce77c2f..dc7c7c0 100644 --- a/cuobjdump_to_ptxplus/ptx_parser.h +++ b/cuobjdump_to_ptxplus/ptx_parser.h @@ -95,6 +95,7 @@ void change_operand_lohi( int a ) {DPRINTF(" ");} void change_double_operand_type( int a ) {DPRINTF(" ");} void change_operand_neg( ) {DPRINTF(" ");} void add_double_operand( const char *a, const char *b ) {DPRINTF(" ");} +void add_1vector_operand( const char *a ) {DPRINTF(" ");} void add_2vector_operand( const char *a, const char *b ) {DPRINTF(" ");} void add_3vector_operand( const char *a, const char *b, const char *c ) {DPRINTF(" ");} void add_4vector_operand( const char *a, const char *b, const char *c, const char *d ) {DPRINTF(" ");} |
