EXSWHTEC-81 - Implement tests for hipGetSymbolAddress and hipGetSymbolSize (#3002)

- Implement negative tests for hipGetSymbolAddress
- Implement negative tests for hipGetSymbolSize
- Reimplement positive test for both apis
- Expand positive test with memcpy to and from symbol
- Disable test sections that cause a segfault in CUDA
Этот коммит содержится в:
music-dino
2022-11-30 12:58:13 +01:00
коммит произвёл GitHub
родитель 4ea304f45d
Коммит bcdb3a7ece
10 изменённых файлов: 365 добавлений и 64 удалений
+1
Просмотреть файл
@@ -26,6 +26,7 @@ hipMallocArray API test scenarios
*/
#include <hip_test_common.hh>
#include <hip_array_common.hh>
#include <limits>
#include <numeric>
#include "hipArrayCommon.hh"