summaryrefslogtreecommitdiff
path: root/cuobjdump_to_ptxplus
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2017-10-03 11:36:52 -0400
committertgrogers <[email protected]>2018-03-25 15:22:41 -0400
commitb4cf66026f66291293c6e11e9c07976f773732fa (patch)
treec705af9d06eeef14a19719c4c6c4c7f16957b1e4 /cuobjdump_to_ptxplus
parent82a62207406739bc8597326aa473a99007029d75 (diff)
Add lonestar tick support
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'cuobjdump_to_ptxplus')
-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_