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

Method GetSyncPolicy

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

Returns Synchronization Policy for the current stream

Source from the content-addressed store, hash-verified

309
310 //! Returns Synchronization Policy for the current stream
311 amd::SyncPolicy GetSyncPolicy() const { return sync_policy_; }
312 //! Set Synchronization Policy used by Queue
313 void SetSyncPolicy(amd::SyncPolicy value) { sync_policy_ = value; }
314

Callers 2

hipStreamGetAttributeFunction · 0.80
hipStreamCopyAttributesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected