703b1466c1
Change-Id: I0c8d8fbb39f43cd6a1f84ae6ae32337fa9b1f5e2
17 строки
304 B
C++
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);
|
|
}
|