summaryrefslogtreecommitdiff
path: root/cuobjdump_to_ptxplus/ptx_parser.h
diff options
context:
space:
mode:
authorTimothy G Rogers <[email protected]>2018-03-26 12:37:58 -0400
committerGitHub Enterprise <[email protected]>2018-03-26 12:37:58 -0400
commitcd4ec521b43093380ce9535ba940e65ea5bf0752 (patch)
treea2cbef25d44a4e818176055d80955735bc31d18a /cuobjdump_to_ptxplus/ptx_parser.h
parent1af82fbe97428654b06b7cd8d40c2d2ce4592aae (diff)
parentf7ff51824547d017bdfffcaff79a762ff07c6fdf (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_