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:
revīziju iesūtīja
GitHub
vecāks
835c708a92
revīzija
54c750456c
@@ -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())
|
||||
|
||||
Atsaukties uz šo jaunā problēmā
Block a user