SWDEV-441352 - [catch2][dtest] Added test for hipStreamBeginCaptureToGraph()

Change-Id: I026c34b2c3ff7494787a3e4fc7fb82973893b224
This commit is contained in:
Rupam Chetia
2024-03-15 16:42:20 +05:30
parent 7710255a8c
commit 936ec35b7f
4 changed files with 1283 additions and 0 deletions
@@ -1615,6 +1615,9 @@
"Unit_Warp_Shfl_Down_Positive_Basic - __half",
"Unit_hipExtModuleLaunchKernel_Functional",
"Unit_hipExtLaunchKernelGGL_Functional",
"=== SWDEV-454245, SWDEV-454247 : Below tests fail on 29/03/24 ===",
"Unit_hipStreamBeginCaptureToGraph_IndepGraphsThreads",
"Unit_hipStreamBeginCaptureToGraph_CaptureDepGraph",
#endif
"End of json"
]
@@ -1436,6 +1436,9 @@
"=== SWDEV-457316 Below tests are disabled temporarily to avoid combined PSDB ===",
"Unit_hipGraphAddMemAllocNode_Positive_FreeSeparateGraph",
"Unit_hipGraphAddMemFreeNode_Negative_NotSupported",
"=== SWDEV-454245, SWDEV-454247 : Below tests fail on 29/03/24 ===",
"Unit_hipStreamBeginCaptureToGraph_IndepGraphsThreads",
"Unit_hipStreamBeginCaptureToGraph_CaptureDepGraph",
#endif
"End of json"
]
+1
View File
@@ -85,6 +85,7 @@ set(TEST_SRC
if(HIP_PLATFORM MATCHES "amd")
set(AMD_SRC
hipStreamCaptureExtModuleLaunchKernel.cc
hipStreamBeginCaptureToGraph.cc
)
set(TEST_SRC ${TEST_SRC} ${AMD_SRC})
endif()
File diff suppressed because it is too large Load Diff