From 221cbdadf6b54cd75aaecd89d93a9c6f9f8c7dad Mon Sep 17 00:00:00 2001 From: "Mahmoud Khairy A. Abdallah" Date: Mon, 10 Feb 2020 19:18:14 -0500 Subject: fixing the kepler stats --- src/trace-driven/trace_opcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trace-driven/trace_opcode.h') diff --git a/src/trace-driven/trace_opcode.h b/src/trace-driven/trace_opcode.h index d60d0ae..3492fd3 100644 --- a/src/trace-driven/trace_opcode.h +++ b/src/trace-driven/trace_opcode.h @@ -29,7 +29,7 @@ enum TraceInstrOpcode { OP_TEXS, OP_TLD4S, OP_TLDS, OP_CAL, OP_JCAL, OP_PRET, OP_BRK, OP_PBK, OP_CONT, OP_PCNT, OP_PEXIT, OP_SSY, OP_SYNC, OP_PSET , OP_VMNMX, OP_ISET, //unique insts for kepler - OP_FCMP, OP_FSWZ, OP_ISAD, OP_LDSLK, OP_STSCUL, OP_SUCLAMP, OP_SUBFM, OP_SUEAU, OP_SULDGA, OP_SUSTGA, + OP_FCMP, OP_FSWZ, OP_ISAD, OP_LDSLK, OP_STSCUL, OP_SUCLAMP, OP_SUBFM, OP_SUEAU, OP_SULDGA, OP_SUSTGA, OP_ISUB, SASS_NUM_OPCODES /* The total number of opcodes. */ }; typedef enum TraceInstrOpcode sass_op_type; -- cgit v1.3