[SWDEV-454665][SWDEV-454678] - check image support for hipGraphclone test

Change-Id: I09de0bb5254b51874c563ddc1cd6ef83ab717928


[ROCm/hip-tests commit: 3ea71945f2]
This commit is contained in:
Rahul Manocha
2024-04-10 17:33:04 -07:00
committed by Rakesh Roy
parent 9cdbce3376
commit bca0baebc2
3 changed files with 4 additions and 3 deletions
@@ -326,6 +326,8 @@ static hipError_t MemcpyType3DWrapper(PtrVariant dst_ptr, hipPos dst_pos, PtrVar
* - HIP_VERSION >= 6.0
*/
TEST_CASE("Unit_hipGraphAddNodeTypeMemcpy_Positive_Basic") {
CHECK_IMAGE_SUPPORT
constexpr bool async = false;
SECTION("Device to host") { Memcpy3DDeviceToHostShell<async>(MemcpyType3DWrapper); }