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

Co-authored-by: BertanDogancay <bertan.dogancay>
Этот коммит содержится в:
Bertan Dogancay
2025-01-22 18:48:10 -05:00
коммит произвёл GitHub
родитель ff130cce7a
Коммит 5afe900efd
+1 -1
Просмотреть файл
@@ -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())