diff options
| author | Lucy Liu <[email protected]> | 2020-07-03 13:09:18 -0700 |
|---|---|---|
| committer | Lucy Liu <[email protected]> | 2020-07-03 13:09:18 -0700 |
| commit | 52bee41cfea17f13e93cc1fb812c125fd44bac7b (patch) | |
| tree | 5c1657b9bdae72a3958330e03bb0ea8683a7bea5 /src/abstract_hardware_model.h | |
| parent | 708a249f854cedb08b0b5e494f45f2371f0525a6 (diff) | |
add activemask, bfind, vmin, and vmax implementations from Francois
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; |
