Added new ENABLE_CODE_COVERAGE option. (#1664)
Modified install.sh script to add this new option
Bu işleme şunda yer alıyor:
işlemeyi yapan:
GitHub
ebeveyn
b926203c05
işleme
682ed36fe6
@@ -8,7 +8,7 @@
|
||||
#include <rccl/rccl.h>
|
||||
|
||||
#include "RcclMockFuncs.hpp"
|
||||
//#include "TestBed.hpp"
|
||||
#include "comm.h"
|
||||
|
||||
#include <thread>
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace RcclUnitTesting
|
||||
hipStreamCreate(&stream);
|
||||
|
||||
int array[] = {2, 3, 5};
|
||||
ncclComm comm{.nRanks = 1, .localRank = 1, .localRankToRank = array, .opCount = 8, .planner = {.nTasksColl = 13, .nTasksP2p = 21}};
|
||||
ncclComm comm{.nRanks = 1, .localRank = 1, .localRankToRank = array, .opCount = 8, .planner = {.nTasksColl = 13, .nTasksP2p = 21}};
|
||||
rccl::rcclApiCall call(rccl::rrAllToAllv, {.sendbuff = (void*)0x7f22f9600000, .recvbuff = (void*)0x7f22f9601000, .count = 0, .datatype = ncclFloat32, .comm = &comm, .stream = stream});
|
||||
rccl::Recorder::instance().record(call);
|
||||
|
||||
|
||||
Yeni konuda referans
Bir kullanıcı engelle