diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-12 18:17:45 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-06-12 18:17:45 -0400 |
| commit | c146d3707216f235a1dde3bd978239fd55b111ed (patch) | |
| tree | b67b76326453946cc3a73bdeb13d3cf683343992 /src/cuda-sim/ptx_parser.h | |
| parent | 7ac6034a99b52d09db7ef07bc008b8f6b039f929 (diff) | |
Move all ptx_parser inside gpgpu_context
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim/ptx_parser.h')
| -rw-r--r-- | src/cuda-sim/ptx_parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_parser.h b/src/cuda-sim/ptx_parser.h index c52fe20..5293c2e 100644 --- a/src/cuda-sim/ptx_parser.h +++ b/src/cuda-sim/ptx_parser.h @@ -34,7 +34,6 @@ extern const char *g_filename; extern int g_error_detected; #ifdef __cplusplus -class symbol_table* init_parser(const char*); const class ptx_instruction *ptx_instruction_lookup( const char *filename, unsigned linenumber ); #endif |
