diff options
| author | Tim Rogers <[email protected]> | 2020-07-12 23:07:43 -0400 |
|---|---|---|
| committer | Tim Rogers <[email protected]> | 2020-07-12 23:07:43 -0400 |
| commit | 4192a5df8c400d9fc19d15a9eaca74191e45d08e (patch) | |
| tree | ad6787a77c25f47a47faa7f195da9a011ff18bdc /src/abstract_hardware_model.h | |
| parent | 4d64f31587569d4e8800aa81ececb9e809817d78 (diff) | |
| parent | 78a52b027e7ca30860fdf8366c08c0590f857810 (diff) | |
Merge remote-tracking branch 'gpgpu/dev' into dev-4.x
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 45e7843..49f3e9f 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -1150,6 +1150,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; |
