diff options
Diffstat (limited to 'src/cuda-sim/ptx_ir.cc')
| -rw-r--r-- | src/cuda-sim/ptx_ir.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_ir.cc b/src/cuda-sim/ptx_ir.cc index 61b45e3..f8b7314 100644 --- a/src/cuda-sim/ptx_ir.cc +++ b/src/cuda-sim/ptx_ir.cc @@ -1111,6 +1111,8 @@ ptx_instruction::ptx_instruction( int opcode, break; case ALL_OPTION: m_vote_mode = vote_all; + case BALLOT_OPTION: + m_vote_mode = vote_ballot; break; case GLOBAL_OPTION: m_membar_level = GLOBAL_OPTION; |
