//developed by Mahmoud Khairy, Purdue Univ //abdallm@purdue.edu #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