summaryrefslogtreecommitdiff
path: root/src/gpgpusim_entrypoint.h
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-07-02 00:57:01 -0400
committerGitHub <[email protected]>2019-07-02 00:57:01 -0400
commitc7b8987b313602bf0c3a6edb4830bfba3aa083ae (patch)
treef0175d95d1354851ba9043c4be373565d53d6d43 /src/gpgpusim_entrypoint.h
parent067ca5fcce6ef4fa51ed3949dbffe62f60f6ad12 (diff)
parent3600ed5c59adafe40840524d19f622aa25e60dd6 (diff)
Merge pull request #20 from echoedit/dev
Dev
Diffstat (limited to 'src/gpgpusim_entrypoint.h')
-rw-r--r--src/gpgpusim_entrypoint.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gpgpusim_entrypoint.h b/src/gpgpusim_entrypoint.h
index 406dd00..a443151 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;
@@ -80,7 +74,6 @@ struct GPGPUsim_ctx {
};
-class gpgpu_sim *gpgpu_ptx_sim_init_perf();
void start_sim_thread(int api);
class gpgpu_sim* g_the_gpu();