diff options
| author | aamir <[email protected]> | 2018-08-09 20:07:20 -0700 |
|---|---|---|
| committer | aamir <[email protected]> | 2018-08-09 20:07:20 -0700 |
| commit | 12a8816c32a134693011d8b9e587f109e4d7e7f9 (patch) | |
| tree | 50a67f9bbb4706766d7f479658aa03705c9f9995 /src/cuda-sim/opcodes.h | |
| parent | 1c74dcc29176cb3f6464d9088511216ba0e12c8d (diff) | |
added load
Diffstat (limited to 'src/cuda-sim/opcodes.h')
| -rw-r--r-- | src/cuda-sim/opcodes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cuda-sim/opcodes.h b/src/cuda-sim/opcodes.h index b91d92f..31b71d0 100644 --- a/src/cuda-sim/opcodes.h +++ b/src/cuda-sim/opcodes.h @@ -63,9 +63,13 @@ enum special_regs { enum wmma_type{ LOAD_A, LOAD_B, + LOAD_B4,//vp + LOAD_B8,//vp + LOAD_B16,//vp LOAD_C, STORE_D, MMA, + VP_MMA, ROW, COL, M16N16K16 |
