diff options
| author | WilliamMTK <[email protected]> | 2025-01-14 12:33:11 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-14 17:33:11 +0000 |
| commit | 3844f7559e69f206a80ae9b970b19e7e609e949e (patch) | |
| tree | 28e88a5149f2988fa44aaabf747ce036c607029d /src/gpgpusim_entrypoint.cc | |
| parent | 752d4e5bf622b0d7c730e3eb2f1b3e3cf91e81fa (diff) | |
fix_sst_callbacks: add weak definitions for sst callbacks (#81)
* fix_sst_callbacks: add weak definitions for sst callbacks
* Automated Format
---------
Co-authored-by: purdue-jenkins <[email protected]>
Diffstat (limited to 'src/gpgpusim_entrypoint.cc')
| -rw-r--r-- | src/gpgpusim_entrypoint.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpusim_entrypoint.cc b/src/gpgpusim_entrypoint.cc index 839fef6..e2b711e 100644 --- a/src/gpgpusim_entrypoint.cc +++ b/src/gpgpusim_entrypoint.cc @@ -56,6 +56,7 @@ class stream_manager *g_stream_manager() { // SST callback extern void SST_callback_cudaThreadSynchronize_done(); +__attribute__((weak)) void SST_callback_cudaThreadSynchronize_done() {} void *gpgpu_sim_thread_sequential(void *ctx_ptr) { gpgpu_context *ctx = (gpgpu_context *)ctx_ptr; |
