diff options
| author | Jonathan <[email protected]> | 2018-06-05 12:58:08 -0700 |
|---|---|---|
| committer | Jonathan <[email protected]> | 2018-06-05 12:58:08 -0700 |
| commit | f7b0d64c68f12d604e09aec8dbba569df354faf6 (patch) | |
| tree | 60503071c68c4759e094a1d1e0a76424c2791e73 /src/cuda-sim/instructions.cc | |
| parent | 73fea7152926dbc41cf008a4ed3402cc1feeefa7 (diff) | |
parse all ptx and add to symbol table
Diffstat (limited to 'src/cuda-sim/instructions.cc')
| -rw-r--r-- | src/cuda-sim/instructions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/instructions.cc b/src/cuda-sim/instructions.cc index 37438fa..08bf528 100644 --- a/src/cuda-sim/instructions.cc +++ b/src/cuda-sim/instructions.cc @@ -2291,7 +2291,7 @@ void div_impl( const ptx_instruction *pI, ptx_thread_info *thread ) void dp4a_impl( const ptx_instruction *pI, ptx_thread_info *thread ) { - printf("instruction not implemented yet"); + printf("DP4A instruction not implemented yet"); assert(0); } |
