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
This commit is contained in:
music-dino
2022-11-30 12:58:13 +01:00
zatwierdzone przez GitHub
rodzic 4ea304f45d
commit bcdb3a7ece
10 zmienionych plików z 365 dodań i 64 usunięć
+1
Wyświetl plik
@@ -27,6 +27,7 @@ hipArrayCreate API test scenarios
#include <array>
#include <numeric>
#include <hip_test_common.hh>
#include <hip_array_common.hh>
#include "hipArrayCommon.hh"
#include "DriverContext.hh"