2
0

Update hipMemPrefetchAsyncExtTsts.cc

Removed unused variables

[ROCm/hip commit: 15306667ed]
Este cometimento está contido em:
Maneesh Gupta
2021-10-06 18:17:08 +05:30
cometido por GitHub
ascendente cbb5deb342
cometimento 8143a1dde0
@@ -319,7 +319,6 @@ TEST_CASE("Unit_hipMemPrefetchAsyncNegativeTst") {
}
SECTION("Passing unusual count size(2nd param)") {
int *Ptr;
// Passing count size as zero
// expectation: Api should return error
err = hipMemPrefetchAsync(Hmm, 0, 0, strm);