SWDEV-472723 - Correct file format and remove trailing spaces
Change-Id: Ie40c763e9391fa36d6c890cd0a171659a1502a83
Tento commit je obsažen v:
@@ -119,7 +119,7 @@ void verify_linked_lists_on_device(hipStream_t stream, Node* pNodes,
|
||||
unsigned int* pNumCorrect, unsigned int numLists,
|
||||
unsigned int ListLength) {
|
||||
*pNumCorrect = 0; // reset numCorrect to zero
|
||||
|
||||
|
||||
verify_linked_lists_on_device<<<(numLists + 255) / 256, 256, 0, stream>>>(pNodes, pNumCorrect,
|
||||
ListLength);
|
||||
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele