Skip to content

Commit

Permalink
reverted incorrect changes happened with merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sampath1117 committed Mar 7, 2024
1 parent d277d7f commit 8853861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/test_suite/HIP/runTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,4 +530,4 @@ def rpp_test_suite_parser_and_validator():
checkFile = os.path.isfile(qaFilePath)
if checkFile:
print("---------------------------------- Results of QA Test - Tensor_hip ----------------------------------\n")
print_qa_tests_summary(qaFilePath, supportedCaseList, nonQACaseList)
print_qa_tests_summary(qaFilePath, supportedCaseList, nonQACaseList)
1 change: 1 addition & 0 deletions utilities/test_suite/rpp_test_suite_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ inline void randomize(unsigned int arr[], unsigned int n)
{
// Use a different seed value each time
srand (time(NULL));
for (unsigned int i = n - 1; i > 0; i--)
{
// Pick a random index from 0 to i
unsigned int j = rand() % (i + 1);
Expand Down

0 comments on commit 8853861

Please sign in to comment.