Use correct queue id for gws assignment.

Change-Id: I9157951abce65b60dfe0e1db5819510a7703547f
This commit is contained in:
Sean Keely
2020-06-24 17:04:43 -05:00
committed by Ramesh Errabolu
parent 91cb98dab6
commit cc7a197ff8
3 changed files with 14 additions and 5 deletions
@@ -196,6 +196,9 @@ class AqlQueue : public core::Queue, private core::LocalSignal, public core::Doo
/// @brief Update signal value using Release semantics
void StoreRelease(hsa_signal_value_t value) override;
/// @brief Enable use of GWS from this queue.
hsa_status_t EnableGWS(int gws_slot_count);
protected:
bool _IsA(Queue::rtti_t id) const override { return id == &rtti_id_; }