summaryrefslogtreecommitdiff
path: root/cuobjdump_to_ptxplus/ptx_parser.h
diff options
context:
space:
mode:
authorTimothy G Rogers <[email protected]>2018-03-27 10:20:26 -0400
committerGitHub Enterprise <[email protected]>2018-03-27 10:20:26 -0400
commitd936eadf3c10dc70cc89f59e36b9984a137c53cf (patch)
tree40cecc895d6ba261428c530b4d99cec81d775206 /cuobjdump_to_ptxplus/ptx_parser.h
parent89c198ba1f271bfc12a6c7d9c471e62a8daa5634 (diff)
parent28ac03ba1056718d9ec904f3b76319d8e9e2dfd0 (diff)
Merge branch 'dev-purdue-integration' 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_