From 47e1a8a3a45203c34a93672a1b1bd742dc193183 Mon Sep 17 00:00:00 2001 From: Mahmoud Date: Sat, 23 May 2020 22:45:28 -0400 Subject: code refomratting --- src/trace-driven/ISA_Def/turing_opcode.h | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'src/trace-driven/ISA_Def/turing_opcode.h') 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 -//abdallm@purdue.edu +// developed by Mahmoud Khairy, Purdue Univ +// abdallm@purdue.edu #ifndef TURING_OPCODE_H #define TURING_OPCODE_H -#include "trace_opcode.h" -#include #include +#include +#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 Turing_OpcodeMap = { +/// Tuing SM_72 ISA +// see: https://docs.nvidia.com/cuda/cuda-binary-utilities/index.html +static const std::unordered_map Turing_OpcodeMap = { -//TO fill + // TO fill }; -- cgit v1.3