summaryrefslogtreecommitdiff
path: root/src/gpgpusim_entrypoint.h
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-09-12 02:01:01 -0400
committerMengchi Zhang <[email protected]>2019-09-12 02:01:01 -0400
commit48887cfe0261abde6de23fc5d1d76694426b7e8e (patch)
tree0668f2efc2c8f097986fcf92e063c455baccbb68 /src/gpgpusim_entrypoint.h
parent5181fe19601cf10ce976c5a5965b993cf0213260 (diff)
Remove GPGPUsim_ctx_ptr()
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/gpgpusim_entrypoint.h')
-rw-r--r--src/gpgpusim_entrypoint.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gpgpusim_entrypoint.h b/src/gpgpusim_entrypoint.h
index b2e22e6..9f408df 100644
--- a/src/gpgpusim_entrypoint.h
+++ b/src/gpgpusim_entrypoint.h
@@ -76,10 +76,4 @@ class GPGPUsim_ctx {
};
-void start_sim_thread(int api);
-
-struct GPGPUsim_ctx* GPGPUsim_ctx_ptr();
-
-int gpgpu_opencl_ptx_sim_main_perf( kernel_info_t *grid );
-
#endif