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

Change-Id: I09de0bb5254b51874c563ddc1cd6ef83ab717928
Este commit está contenido en:
Rahul Manocha
2024-04-10 17:33:04 -07:00
cometido por Rakesh Roy
padre 078ec631df
commit 3ea71945f2
Se han modificado 3 ficheros con 4 adiciones y 3 borrados
+2
Ver fichero
@@ -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); }