diff options
| author | Mengchi Zhang <[email protected]> | 2019-09-12 02:39:26 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-12 02:39:26 -0400 |
| commit | bea40c4a22a86fddbf1f7845265697716727f8b1 (patch) | |
| tree | 0668f2efc2c8f097986fcf92e063c455baccbb68 /src/gpgpusim_entrypoint.h | |
| parent | beeea4ae9ca4da8362e2020b965d78e359b68ceb (diff) | |
| parent | 48887cfe0261abde6de23fc5d1d76694426b7e8e (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.h | 8 |
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 |
