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"