diff options
| author | JRPan <[email protected]> | 2022-03-01 13:15:57 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-01 13:15:57 -0500 |
| commit | d38b3009467261e86fcbee63ecbc102c947beb0f (patch) | |
| tree | 160cee143053033e0a08c398a3edd871ecaac5b3 /src/abstract_hardware_model.h | |
| parent | e466afb0391c6644406ec1d02fc8d06082cb3ca7 (diff) | |
| parent | 8ba79fb9708437aef8b34ca6b054ac17cdd88440 (diff) | |
Merge pull request #28 from barnes88/concurrent
Concurrent Kernel support for Accelsim and update configs
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index e9d7c76..6e4a87d 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -291,6 +291,7 @@ class kernel_info_t { m_next_tid.x < m_block_dim.x; } unsigned get_uid() const { return m_uid; } + std::string get_name() const { return name(); } std::string name() const; std::list<class ptx_thread_info *> &active_threads() { |
