SWDEV-448989 - Check image support.

Change-Id: Id245c3f348c6c7b4146224f93534443f93a01a9d
This commit is contained in:
Jaydeep Patel
2024-03-05 11:15:08 +00:00
committed by Rakesh Roy
parent 5f3c4b9ca1
commit bffc913f8c
25 changed files with 59 additions and 0 deletions
@@ -52,6 +52,7 @@ THE SOFTWARE.
* - HIP_VERSION >= 5.2
*/
TEST_CASE("Unit_hipGraphAddMemcpyNode_Positive_Basic") {
CHECK_IMAGE_SUPPORT
constexpr bool async = false;
SECTION("Device to host") { Memcpy3DDeviceToHostShell<async>(Memcpy3DWrapper<async, true>); }