// developed by Mahmoud Khairy, Purdue Univ // abdallm@purdue.edu #ifndef TURING_OPCODE_H #define TURING_OPCODE_H #include #include #include "trace_opcode.h" // 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