1ebac1664e
* 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.
[ROCm/hip-tests commit: 65ba7da607]
20 satır
739 B
JSON
20 satır
739 B
JSON
{
|
|
"DisabledTests":
|
|
[
|
|
"Unit_hipStreamPerThread_DeviceReset_1",
|
|
"Unit_hipMallocManaged_OverSubscription",
|
|
"Unit_hipDeviceGetSharedMemConfig_Positive_Basic",
|
|
"Unit_hipDeviceGetSharedMemConfig_Positive_Threaded",
|
|
"Unit_hipDeviceGetCacheConfig_Positive_Basic",
|
|
"Unit_hipDeviceGetCacheConfig_Positive_Threaded",
|
|
"Unit_hipGetDeviceFlags_Positive_Context",
|
|
"Unit_hipIpcCloseMemHandle_Negative_Close_In_Originating_Process",
|
|
"Unit_hipIpcOpenMemHandle_Negative_Open_In_Creating_Process",
|
|
"Unit_hipDeviceGetPCIBusId_Negative_PartialFill",
|
|
"Unit_hipInit_Negative",
|
|
"Unit_hipMemset_Negative_OutOfBoundsPtr",
|
|
"Unit_hipDeviceReset_Positive_Basic",
|
|
"Unit_hipDeviceReset_Positive_Threaded"
|
|
]
|
|
}
|