diff options
| author | Nick <[email protected]> | 2019-09-13 08:02:14 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 08:02:14 -0400 |
| commit | f2aa87a330dc68207088bf60828376f9fa454d72 (patch) | |
| tree | c329fe2a9b754de23acc8dc99e9d3e5d44139e1d /src/cuda-sim/instructions.cc | |
| parent | a34a4baad45a40840308167307c79371b4024a9d (diff) | |
Seems like multiple passes for reformatting comments
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 0d56558..bf9a040 100644 --- a/src/cuda-sim/instructions.cc +++ b/src/cuda-sim/instructions.cc @@ -3619,7 +3619,7 @@ void mma_ld_impl(const ptx_instruction *pI, core_t *core, warp_inst_t &inst) { if ((wmma_type == LOAD_C) && (type == F16_TYPE) && (wmma_layout == COL)) // memory address is scattered, check the // profiling xls for more detail. - inst.data_size = 2; // 2 byte transaction + inst.data_size = 2; // 2 byte transaction else inst.data_size = 4; // 4 byte transaction assert(inst.memory_op == insn_memory_op); |
