Skip to content

Commit

Permalink
removed srcDimsTensor re definition
Browse files Browse the repository at this point in the history
  • Loading branch information
HazarathKumarM committed Aug 26, 2024
1 parent 9e04959 commit 05e8524
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utilities/test_suite/HIP/Tensor_audio_hip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@ int main(int argc, char **argv)
if(testCase == 2)
CHECK_RETURN_STATUS(hipHostMalloc(&coeff, batchSize * sizeof(Rpp32f)));

// allocate the buffer for srcDimsTensor
Rpp32s *srcDimsTensor;
CHECK_RETURN_STATUS(hipHostMalloc(&srcDimsTensor, batchSize * 2 * sizeof(Rpp32s)));

// run case-wise RPP API and measure time
rppHandle_t handle;
hipStream_t stream;
Expand Down

0 comments on commit 05e8524

Please sign in to comment.