File tree 1 file changed +2
-1
lines changed
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 {
238
238
unsigned get_dynamic_warp_id () const { return m_dynamic_warp_id; }
239
239
unsigned get_warp_id () const { return m_warp_id; }
240
240
241
+ class shader_core_ctx * get_shader () { return m_shader; }
241
242
private:
242
243
static const unsigned IBUFFER_SIZE = 2 ;
243
244
class shader_core_ctx *m_shader;
@@ -2131,7 +2132,7 @@ class shader_core_ctx : public core_t {
2131
2132
friend class scheduler_unit ; // this is needed to use private issue warp.
2132
2133
friend class TwoLevelScheduler ;
2133
2134
friend class LooseRoundRobbinScheduler ;
2134
- void issue_warp (register_set &warp, const warp_inst_t *pI,
2135
+ virtual void issue_warp (register_set &warp, const warp_inst_t *pI,
2135
2136
const active_mask_t &active_mask, unsigned warp_id,
2136
2137
unsigned sch_id);
2137
2138
You can’t perform that action at this time.
0 commit comments