diff options
| author | Tor Aamodt <[email protected]> | 2020-07-03 19:42:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-03 19:42:18 -0700 |
| commit | 9d3caa1cb2c70a3be186d4704ecab0fe13277516 (patch) | |
| tree | a9f379ae6ff144e8f3eccd3d510a36c2c0983edd /src/abstract_hardware_model.h | |
| parent | 708a249f854cedb08b0b5e494f45f2371f0525a6 (diff) | |
| parent | a8f98c3d111c9238ad79908e690b22c5e43f1522 (diff) | |
Merge pull request #186 from lucylufei/francois-update
Add activemask, bfind, vmin, vmax implementations
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 46534ab..c6e3b43 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -1132,6 +1132,7 @@ class warp_inst_t : public inst_t { void print(FILE *fout) const; unsigned get_uid() const { return m_uid; } unsigned get_schd_id() const { return m_scheduler_id; } + active_mask_t get_warp_active_mask() const { return m_warp_active_mask; } protected: unsigned m_uid; |
