summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_loader.h
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-06-12 11:09:11 -0400
committerMengchi Zhang <[email protected]>2019-06-12 11:09:11 -0400
commit7a6ff7084c1c65450775b4d58e80f8c789888815 (patch)
tree245f1de596311f83db513ea59fdbc2e5180b3f96 /src/cuda-sim/ptx_loader.h
parentf257d5fdec428b6627426b0231a5afe977f4ce38 (diff)
Move g_ptxinfo_filename
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim/ptx_loader.h')
-rw-r--r--src/cuda-sim/ptx_loader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_loader.h b/src/cuda-sim/ptx_loader.h
index 2af611a..c3ce888 100644
--- a/src/cuda-sim/ptx_loader.h
+++ b/src/cuda-sim/ptx_loader.h
@@ -36,6 +36,8 @@ class ptxinfo_data{
yyscan_t scanner;
char linebuf[LINEBUF_SIZE];
unsigned col;
+ const char *g_ptxinfo_filename;
+
};