Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
sampath1117 committed Sep 27, 2023
1 parent c413836 commit 9f6b6d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utilities/test_suite/HOST/Tensor_host_audio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ int main(int argc, char **argv)
int batchSize = atoi(argv[6]);
char *dst = argv[7];

if (testType == 0 && batchSize != 8)
{
cout << "Error! QA Mode only runs with batchsize 8" << endl;
return -1;
}

// Set case names
string funcName = audioAugmentationMap[testCase];
if (funcName.empty())
Expand Down

0 comments on commit 9f6b6d4

Please sign in to comment.