SWDEV-441352 - [catch2][dtest] Added test for hipStreamBeginCaptureToGraph()
Change-Id: I026c34b2c3ff7494787a3e4fc7fb82973893b224
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user