summaryrefslogtreecommitdiff
path: root/cuobjdump_to_ptxplus/ptx_parser.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2018-03-28 14:01:17 -0400
committerMahmoud <[email protected]>2018-03-28 14:01:17 -0400
commit30401a261294a08a41fe0490b15ed031a225a02d (patch)
tree11beec4b36776ba3161258ba9c8d16007220d4e6 /cuobjdump_to_ptxplus/ptx_parser.h
parent67a257442f46a9e8e02f63a9d71fcc7ca54f3f5e (diff)
parentcd4ec521b43093380ce9535ba940e65ea5bf0752 (diff)
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
Diffstat (limited to 'cuobjdump_to_ptxplus/ptx_parser.h')
-rw-r--r--cuobjdump_to_ptxplus/ptx_parser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cuobjdump_to_ptxplus/ptx_parser.h b/cuobjdump_to_ptxplus/ptx_parser.h
index 418a733..729eaec 100644
--- a/cuobjdump_to_ptxplus/ptx_parser.h
+++ b/cuobjdump_to_ptxplus/ptx_parser.h
@@ -373,4 +373,8 @@ void func_header_info_int(const char* s, int i)
g_headerList->getListEnd().addOperand(buff);
}
}
+
+void maxnt_id(int x, int y, int z) {
+
+}
#endif //_PTX_PARSER_H_