diff options
| author | Wilson Fung <[email protected]> | 2012-09-06 03:58:31 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:48:55 -0700 |
| commit | 99ff7de8db264b902f0eaa5828c0a508e3986b56 (patch) | |
| tree | 7b9db5b0459ad4e934641d90965f22aa26cd96b0 /src | |
| parent | 3072e5b58e2e18f2691ab1b4afda505f5ccaf56c (diff) | |
Fixing regression failure: vote.all was broken by vote.ballet implementation.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13996]
Diffstat (limited to 'src')
| -rw-r--r-- | src/cuda-sim/ptx_ir.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_ir.cc b/src/cuda-sim/ptx_ir.cc index f8b7314..26c9a00 100644 --- a/src/cuda-sim/ptx_ir.cc +++ b/src/cuda-sim/ptx_ir.cc @@ -1111,6 +1111,7 @@ ptx_instruction::ptx_instruction( int opcode, break; case ALL_OPTION: m_vote_mode = vote_all; + break; case BALLOT_OPTION: m_vote_mode = vote_ballot; break; |
