Only look for librccl .co files in StackSize test (#1499)

Co-authored-by: BertanDogancay <bertan.dogancay>

[ROCm/rccl commit: 5afe900efd]
Šī revīzija ir iekļauta:
Bertan Dogancay
2025-01-22 18:48:10 -05:00
revīziju iesūtīja GitHub
vecāks 835c708a92
revīzija 54c750456c
+1 -1
Parādīt failu
@@ -269,7 +269,7 @@ namespace RcclUnitTesting
const char* mainKernel = "ncclDevKernel";
// Look for the .co files
std::vector<std::string> coFileList = splitString(executeCommand("find ../ -type f -name \"*.co\""), '\n');
std::vector<std::string> coFileList = splitString(executeCommand("find ../ -type f -name \"librccl*.co\""), '\n');
// Check if the .co files exist in the build directory
if (coFileList.empty())