Files
rocm-systems/rocrtst/samples/rocm_async/rocm_async_io.cpp
T
Ramesh Errabolu 703b1466c1 Update Copy requests involving all pools i.e. options -a or -A
Change-Id: I0c8d8fbb39f43cd6a1f84ae6ae32337fa9b1f5e2
2017-10-10 13:01:46 -04:00

17 строки
304 B
C++

#include "common.hpp"
#include "rocm_async.hpp"
#include <stdlib.h>
#include <assert.h>
#include <algorithm>
#include <unistd.h>
#include <cctype>
#include <sstream>
void RocmAsync::RunIOBenchmark(async_trans_t& trans) {
std::cout << "Unsupported Request - Read / Write" << std::endl;
exit(1);
}