[TransferBench] Updating for 2.11.4. Decoupling from RCCL kernel (#485)

Этот коммит содержится в:
gilbertlee-amd
2022-01-05 16:33:25 -07:00
коммит произвёл GitHub
родитель 6268b87c16
Коммит 2530a2f084
5 изменённых файлов: 151 добавлений и 70 удалений
+4 -3
Просмотреть файл
@@ -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