SWDEV-384557 - Leverage SDMA engine status query

Change-Id: I5f386f2965de24a229ea43b6c4da82099692f91f


[ROCm/clr commit: 20ca8b8116]
This commit is contained in:
Saleel Kudchadker
2023-02-28 09:41:17 -08:00
committed by Maneesh Gupta
parent f1671e8eda
commit cb09d962ba
5 changed files with 119 additions and 40 deletions
+2 -1
View File
@@ -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.