diff options
| author | Timothy G Rogers <[email protected]> | 2018-09-07 23:19:04 -0400 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-09-07 23:19:04 -0400 |
| commit | f4116831d7354c80dcd3cf857fcb5be7b001d70f (patch) | |
| tree | 10508d940a3fd37061759befc785ecb42c8623b3 /src/cuda-sim/ptx_ir.cc | |
| parent | 738f04e8c31843855881b2e24ba318dce04be1cd (diff) | |
| parent | 3082f63e86be2e115e4a071069dda8fe9452d366 (diff) | |
Merge pull request #23 from zhan2308/dev-purdue-integration
Add .nc option
Diffstat (limited to 'src/cuda-sim/ptx_ir.cc')
| -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 ee36957..ba6d7ed 100644 --- a/src/cuda-sim/ptx_ir.cc +++ b/src/cuda-sim/ptx_ir.cc @@ -1211,6 +1211,7 @@ ptx_instruction::ptx_instruction( int opcode, case EXTP_OPTION: break; case NC_OPTION: + m_cache_option = last_ptx_inst_option; break; case UP_OPTION: case DOWN_OPTION: |
