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

[ROCm/hip-tests commit: cc1f3702e7]
This commit is contained in:
Finlay
2022-08-08 06:17:42 +01:00
committed by GitHub
parent a11615beec
commit 2339933dc1
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)