72134a78f2
* 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.