diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-15 12:16:01 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-15 12:16:01 -0400 |
| commit | bd170826a00fe1ea1960ff2e23247ed3f980547b (patch) | |
| tree | ba7b8405d75c3b135e7d8c4e0b7ceb79f960807d /src/abstract_hardware_model.h | |
| parent | 67950eb12eec495b1976934acc763db481d955f8 (diff) | |
Move kernel_info_t::m_next_uid
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 519416d..d13b8c6 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -299,7 +299,6 @@ private: class function_info *m_kernel_entry; unsigned m_uid; - static unsigned m_next_uid; //These maps contain the snapshot of the texture mappings at kernel launch std::map<std::string, const struct cudaArray*> m_NameToCudaArray; |
