[TransferBench] Updating for 2.11.4. Decoupling from RCCL kernel (#485)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6268b87c16
Коммит
2530a2f084
@@ -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
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user