2
0

SWDEV-486969 - Reuse existing tests to verify behavior of capturing sync Memcpy APis

Change-Id: I7e94743d6957ffaadae9cff297e3f0d93f9ff806
Este cometimento está contido em:
Vladana Stojiljkovic
2024-09-27 12:53:31 +02:00
ascendente 59ace1e080
cometimento 6c5468f802
14 ficheiros modificados com 291 adições e 67 eliminações
-1
Ver ficheiro
@@ -172,7 +172,6 @@ template <bool should_synchronize, typename T, typename F>
void Memcpy2DHosttoAShell(F memcpy_func, size_t width, size_t height,
const hipStream_t kernel_stream = nullptr) {
const unsigned int flag = hipArrayDefault;
;
size_t allocation_size = width * height * sizeof(T);