SWDEV-384557 - Leverage SDMA engine status query
Change-Id: I5f386f2965de24a229ea43b6c4da82099692f91f
[ROCm/clr commit: 20ca8b8116]
This commit is contained in:
committed by
Maneesh Gupta
parent
f1671e8eda
commit
cb09d962ba
@@ -251,7 +251,8 @@ union CopyMetadata {
|
||||
uint32_t flags_;
|
||||
CopyMetadata() : flags_(0){}
|
||||
CopyMetadata(bool isAsync, CopyEnginePreference copyEnginePreference)
|
||||
: isAsync_(isAsync), copyEnginePreference_(copyEnginePreference){}
|
||||
: isAsync_(isAsync),
|
||||
copyEnginePreference_(copyEnginePreference) {}
|
||||
};
|
||||
|
||||
/*! \brief An operation that is submitted to a command queue.
|
||||
|
||||
Reference in New Issue
Block a user