Update hipMemPrefetchAsyncExtTsts.cc
Removed unused variables
[ROCm/hip-tests commit: 19b7b746d0]
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user