MCPcopy Create free account
hub / github.com/ROCm/clr / GetQueueStatus

Method GetQueueStatus

rocclr/platform/commandqueue.hpp:303–303  ·  view source on GitHub ↗

Get queue status

Source from the content-addressed store, hash-verified

301
302 //! Get queue status
303 bool GetQueueStatus() { return isActive_; }
304
305 //! Set the force destory to terminate queue without checking last command
306 void SetForceDestroy(bool forceDestroy) { forceDestroy_ = forceDestroy; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected