summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authornegargoli93 <[email protected]>2018-06-20 18:20:05 -0700
committernegargoli93 <[email protected]>2018-06-20 18:20:05 -0700
commit262663ac90d2aa801d6af1eb9bf8a75ee9a5bb18 (patch)
tree4d2d668571bc8e62e4c25f2a1fe9f0283ea0e5a5 /src/abstract_hardware_model.h
parentacc52418fe873712ed56a072190356ecc874a35b (diff)
Tensor core timing model
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index e00c941..e2e116e 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -77,6 +77,7 @@ enum uarch_op_t {
NO_OP=-1,
ALU_OP=1,
SFU_OP,
+ TENSOR_CORE_OP,
ALU_SFU_OP,
LOAD_OP,
STORE_OP,
@@ -133,6 +134,7 @@ enum operation_pipeline_t {
UNKOWN_OP,
SP__OP,
SFU__OP,
+ TENSOR_CORE__OP,
MEM__OP
};
typedef enum operation_pipeline_t operation_pipeline;