diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-02 00:57:01 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-02 00:57:01 -0400 |
| commit | c7b8987b313602bf0c3a6edb4830bfba3aa083ae (patch) | |
| tree | f0175d95d1354851ba9043c4be373565d53d6d43 /src/cuda-sim/ptx_loader.h | |
| parent | 067ca5fcce6ef4fa51ed3949dbffe62f60f6ad12 (diff) | |
| parent | 3600ed5c59adafe40840524d19f622aa25e60dd6 (diff) | |
Merge pull request #20 from echoedit/dev
Dev
Diffstat (limited to 'src/cuda-sim/ptx_loader.h')
| -rw-r--r-- | src/cuda-sim/ptx_loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_loader.h b/src/cuda-sim/ptx_loader.h index ee09e16..77f27c8 100644 --- a/src/cuda-sim/ptx_loader.h +++ b/src/cuda-sim/ptx_loader.h @@ -37,7 +37,7 @@ class ptxinfo_data{ char linebuf[PTXINFO_LINEBUF_SIZE]; unsigned col; const char *g_ptxinfo_filename; - + void ptxinfo_addinfo(); }; |
