File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ class shd_warp_t {
238238 unsigned get_dynamic_warp_id () const { return m_dynamic_warp_id; }
239239 unsigned get_warp_id () const { return m_warp_id; }
240240
241+ class shader_core_ctx * get_shader () { return m_shader; }
241242 private:
242243 static const unsigned IBUFFER_SIZE = 2 ;
243244 class shader_core_ctx *m_shader;
@@ -2129,7 +2130,7 @@ class shader_core_ctx : public core_t {
21292130 friend class scheduler_unit ; // this is needed to use private issue warp.
21302131 friend class TwoLevelScheduler ;
21312132 friend class LooseRoundRobbinScheduler ;
2132- void issue_warp (register_set &warp, const warp_inst_t *pI,
2133+ virtual void issue_warp (register_set &warp, const warp_inst_t *pI,
21332134 const active_mask_t &active_mask, unsigned warp_id,
21342135 unsigned sch_id);
21352136
You can’t perform that action at this time.
0 commit comments