EXSWHTEC-3 - Implement tests for hipDeviceReset (#2873)
* Implement tests for hipDeviceReset - Basic test for behaviour validation - Multithreaded test similar to basic test. * Update license boilerplate. Signed-off-by: Dino Music <dino.music@htecgroup.com> * EXSWHTEC-3 - Add stream and memory checks to hipDeviceReset tests. * EXSWHTEC-3 - Corrected expected error code for hipStreamDestroy * EXSWHTEC-3 - Corrected check ordering in Unit_hipDeviceReset_Positive_Threaded test. * EXSWHTEC-3 - Exclude hipDeviceSetGetCacheConfig checks for AMD * EXSWHTEC-3 - Corrected merge error in device/CMakeLists.txt * EXSWHTEC-3 - Remove NVIDIA guards from tests and relax the code. * EXSWHTEC-3 - Update tests to take into account unsupported operations on AMD * EXSWHTEC-3 - Fix bug in Unit_hipDeviceReset_Positive_Threaded test. * EXSWHTEC-3 - Disable hipDeviceReset tests for AMD.
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
"Unit_hipIpcOpenMemHandle_Negative_Open_In_Creating_Process",
|
||||
"Unit_hipDeviceGetPCIBusId_Negative_PartialFill",
|
||||
"Unit_hipInit_Negative",
|
||||
"Unit_hipMemset_Negative_OutOfBoundsPtr"
|
||||
"Unit_hipMemset_Negative_OutOfBoundsPtr",
|
||||
"Unit_hipDeviceReset_Positive_Basic",
|
||||
"Unit_hipDeviceReset_Positive_Threaded"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -80,6 +80,8 @@
|
||||
"Unit_hipDeviceGetPCIBusId_Negative_PartialFill",
|
||||
"Unit_hipDeviceGetSharedMemConfig_Positive_Basic",
|
||||
"Unit_hipDeviceGetSharedMemConfig_Positive_Threaded",
|
||||
"Unit_hipDeviceReset_Positive_Basic",
|
||||
"Unit_hipDeviceReset_Positive_Threaded",
|
||||
"Unit_hipInit_Negative",
|
||||
"Unit_hipGraphMemcpyNodeSetParams_Functional",
|
||||
"Unit_hipGraphNodeGetDependentNodes_Functional",
|
||||
|
||||
Reference in New Issue
Block a user