From 55cb268d854b448107ce9d7eea8b221a68f449cb Mon Sep 17 00:00:00 2001 From: Mahmoud Date: Fri, 25 Oct 2019 12:51:05 -0400 Subject: adding binary version and remove core id from the trace parsing --- src/trace-driven/turing_opcode.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/trace-driven/turing_opcode.h (limited to 'src/trace-driven/turing_opcode.h') diff --git a/src/trace-driven/turing_opcode.h b/src/trace-driven/turing_opcode.h new file mode 100644 index 0000000..5fe9740 --- /dev/null +++ b/src/trace-driven/turing_opcode.h @@ -0,0 +1,24 @@ + + +#ifndef TURING_OPCODE_H +#define TURING_OPCODE_H + +#include "../abstract_hardware_model.h" +#include "trace_opcode.h" +#include +#include + +//TO DO: moving this to a yml or def files + + +#define TURING_BINART_VERSION 72 + +///Tuing SM_72 ISA +//see: https://docs.nvidia.com/cuda/cuda-binary-utilities/index.html +static const std::unordered_map Turing_OpcodeMap = { + +//TO fill + +}; + +#endif -- cgit v1.3