SWDEV-472723 - Correct file format and remove trailing spaces

Change-Id: Ie40c763e9391fa36d6c890cd0a171659a1502a83
Tento commit je obsažen v:
Julia Jiang
2024-07-10 16:06:00 -04:00
odevzdal Julia Jiang
rodič 2b20d3a9af
revize 5d042c80fa
47 změnil soubory, kde provedl 10766 přidání a 10746 odebrání
+1 -1
Zobrazit soubor
@@ -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);