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

Co-authored-by: BertanDogancay <bertan.dogancay>
Cette révision appartient à :
Bertan Dogancay
2025-01-22 18:48:10 -05:00
révisé par GitHub
Parent ff130cce7a
révision 5afe900efd
+1 -1
Voir le fichier
@@ -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())