EXSWCPHIPT-133 - Added support for offsetting to arrays to hipStreamValue tests (#2766)

[ROCm/hip commit: 46246c205c]
This commit is contained in:
Finlay
2022-08-08 06:17:42 +01:00
committed by GitHub
parent ef77081569
commit 3bb1aca177
4 changed files with 368 additions and 268 deletions
@@ -509,8 +509,8 @@ bool validateStreamPrioritiesWithEvents() {
#define OP(x) \
free(src_h_##x); \
free(dst_h_##x); \
hipFree(src_d_##x); \
hipFree(dst_d_##x);
HIP_CHECK(hipFree(src_d_##x)); \
HIP_CHECK(hipFree(dst_d_##x));
OP(low)
OP(normal)
OP(high)