diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-22 15:20:44 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-06-23 12:26:23 -0400 |
| commit | 3ced1e68b56c8dfae3bd98e0ede6241e31cefaa2 (patch) | |
| tree | 9c38ee95910b92a7687bda8a6d4cc9b848ec29ef /src/gpgpusim_entrypoint.h | |
| parent | 2f749f6969cd0582b7ac2bfe33309034185cc77c (diff) | |
Fix argv content since it is unchanged for GPGPU-Sim
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/gpgpusim_entrypoint.h')
| -rw-r--r-- | src/gpgpusim_entrypoint.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gpgpusim_entrypoint.h b/src/gpgpusim_entrypoint.h index 406dd00..9ce7fef 100644 --- a/src/gpgpusim_entrypoint.h +++ b/src/gpgpusim_entrypoint.h @@ -44,9 +44,6 @@ struct GPGPUsim_ctx { break_limit = false; g_sim_lock = PTHREAD_MUTEX_INITIALIZER; - sg_argc = 3; - sg_argv = {"", "-config","gpgpusim.config"}; - g_the_gpu_config=NULL; g_the_gpu=NULL; g_stream_manager=NULL; @@ -70,9 +67,6 @@ struct GPGPUsim_ctx { struct CUctx_st* the_context; - int sg_argc; - const char *sg_argv[3]; - pthread_mutex_t g_sim_lock; bool g_sim_active; bool g_sim_done; |
