Skip to content

Commit

Permalink
less verbose hipMultiThreadAddCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Feb 19, 2024
1 parent f66ec6f commit a7eeea6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ int main() {

// Wait until all the threads finish their execution
for (int i = 0; i < numThreads; i++) {
std::cout << "Joining Tid#" << i << "\n";
T[i].join();
}

Expand Down

0 comments on commit a7eeea6

Please sign in to comment.