[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
zatwierdzone przez Rakesh Roy
rodzic 9cdbce3376
commit bca0baebc2
3 zmienionych plików z 4 dodań i 3 usunięć
@@ -101,8 +101,6 @@
"Unit_hipEventDestroy_WithWaitingStream",
"=== Below tests fail in stress test on 23/06/23 ===",
"Unit_hipIpcMemAccess_ParameterValidation",
"Unit_hipGraphClone_Test_hipGraphExecMemcpyNodeSetParams",
"Unit_hipGraphClone_Test_hipGraphMemcpyNodeSetParams1D_and_exec",
"=== Below tests fail in stress test on 30/06/23 ===",
"Unit_hipMemcpyParam2DAsync_multiDevice-StreamOnDiffDevice",
"=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/96 ===",
@@ -1386,7 +1384,6 @@
"Unit_hipGraphAddNodeTypeMemset_Positive_Basic - uint8_t",
"Unit_hipGraphAddNodeTypeMemset_Positive_Basic - uint16_t",
"Unit_hipGraphAddNodeTypeMemset_Positive_Basic - uint32_t",
"Unit_hipGraphAddNodeTypeMemcpy_Positive_Basic",
"Unit_hipMemAdvise_TstAlignedAllocMem_XNACK",
"Unit_hipArrayGetDescriptor_Positive_Basic",
"Unit_hipArrayGetDescriptor_Negative_Parameters",
@@ -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); }
@@ -610,6 +610,8 @@ static void hipGraphClone_Test_hipGraphExecMemcpyNodeSetParams() {
}
TEST_CASE("Unit_hipGraphClone_Test_hipGraphExecMemcpyNodeSetParams") {
CHECK_IMAGE_SUPPORT
hipGraphClone_Test_hipGraphExecMemcpyNodeSetParams();
}