summaryrefslogtreecommitdiff
path: root/src/trace-driven/ISA_Def/turing_opcode.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2020-05-23 22:45:28 -0400
committerMahmoud <[email protected]>2020-05-23 22:45:28 -0400
commit47e1a8a3a45203c34a93672a1b1bd742dc193183 (patch)
tree4db7185ba2d4af2bd03e1388cd15a33b95ea8562 /src/trace-driven/ISA_Def/turing_opcode.h
parent90a36a59f5619790b7f6d80375f69d05a75c0a82 (diff)
code refomratting
Diffstat (limited to 'src/trace-driven/ISA_Def/turing_opcode.h')
-rw-r--r--src/trace-driven/ISA_Def/turing_opcode.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/trace-driven/ISA_Def/turing_opcode.h b/src/trace-driven/ISA_Def/turing_opcode.h
index 4df44d9..97921ca 100644
--- a/src/trace-driven/ISA_Def/turing_opcode.h
+++ b/src/trace-driven/ISA_Def/turing_opcode.h
@@ -1,23 +1,22 @@
-//developed by Mahmoud Khairy, Purdue Univ
+// developed by Mahmoud Khairy, Purdue Univ
#ifndef TURING_OPCODE_H
#define TURING_OPCODE_H
-#include "trace_opcode.h"
-#include <unordered_map>
#include <string>
+#include <unordered_map>
+#include "trace_opcode.h"
-//TO DO: moving this to a yml or def files
-
+// 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<std::string,OpcodeChar> Turing_OpcodeMap = {
+/// Tuing SM_72 ISA
+// see: https://docs.nvidia.com/cuda/cuda-binary-utilities/index.html
+static const std::unordered_map<std::string, OpcodeChar> Turing_OpcodeMap = {
-//TO fill
+ // TO fill
};