summaryrefslogtreecommitdiff
path: root/src/gpgpusim_entrypoint.h
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-09-12 02:39:26 -0400
committerGitHub <[email protected]>2019-09-12 02:39:26 -0400
commitbea40c4a22a86fddbf1f7845265697716727f8b1 (patch)
tree0668f2efc2c8f097986fcf92e063c455baccbb68 /src/gpgpusim_entrypoint.h
parentbeeea4ae9ca4da8362e2020b965d78e359b68ceb (diff)
parent48887cfe0261abde6de23fc5d1d76694426b7e8e (diff)
Merge pull request #30 from echoedit/dev
Refactor some perf model to OO
Diffstat (limited to 'src/gpgpusim_entrypoint.h')
-rw-r--r--src/gpgpusim_entrypoint.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gpgpusim_entrypoint.h b/src/gpgpusim_entrypoint.h
index 887b3c8..9f408df 100644
--- a/src/gpgpusim_entrypoint.h
+++ b/src/gpgpusim_entrypoint.h
@@ -76,12 +76,4 @@ class GPGPUsim_ctx {
};
-void start_sim_thread(int api);
-
-class gpgpu_sim* g_the_gpu();
-struct GPGPUsim_ctx* GPGPUsim_ctx_ptr();
-class stream_manager* g_stream_manager();
-
-int gpgpu_opencl_ptx_sim_main_perf( kernel_info_t *grid );
-
#endif