[TransferBench] Updating for 2.11.4. Decoupling from RCCL kernel (#485)
이 커밋은 다음에 포함됨:
@@ -22,14 +22,15 @@ THE SOFTWARE.
|
||||
|
||||
// This program measures simultaneous copy performance across multiple GPUs
|
||||
// on the same node
|
||||
|
||||
#include "TransferBench.hpp"
|
||||
#include "GetClosestNumaNode.hpp"
|
||||
#include <numa.h>
|
||||
#include <numaif.h>
|
||||
#include <stack>
|
||||
#include <thread>
|
||||
|
||||
#include "TransferBench.hpp"
|
||||
#include "GetClosestNumaNode.hpp"
|
||||
#include "Kernels.hpp"
|
||||
|
||||
// Simple configuration parameters
|
||||
size_t const DEFAULT_BYTES_PER_LINK = (1<<26); // Amount of data transferred per Link
|
||||
|
||||
|
||||
새 이슈에서 참조
사용자 차단