summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorAaron M Barnes <[email protected]>2022-02-15 08:34:16 -0500
committerAaron M Barnes <[email protected]>2022-02-15 08:34:16 -0500
commitf0ad71cfdfe4675b02a948c7d3547da0ddce60e9 (patch)
treec27d044b55fdc0200dfb31ea1b5c4a77421ee343 /src/abstract_hardware_model.h
parente466afb0391c6644406ec1d02fc8d06082cb3ca7 (diff)
set default max concurrent ctas to 32 and validate
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h1
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() {