summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
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 7fe5d82..781509f 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -78,6 +78,7 @@ enum uarch_op_t {
ALU_OP=1,
SFU_OP,
TENSOR_CORE_OP,
+ VP_CORE_OP,
ALU_SFU_OP,
LOAD_OP,
STORE_OP,
@@ -135,6 +136,7 @@ enum operation_pipeline_t {
SP__OP,
SFU__OP,
TENSOR_CORE__OP,
+ VP_CORE__OP,
MEM__OP
};
typedef enum operation_pipeline_t operation_pipeline;