summaryrefslogtreecommitdiff
path: root/src/gpgpusim_entrypoint.h
diff options
context:
space:
mode:
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();