/* * Copyright © Advanced Micro Devices, Inc., or its affiliates. * * SPDX-License-Identifier: MIT */ #include "common.hpp" #include "rocm_async.hpp" #include #include #include #include #include #include void RocmAsync::RunIOBenchmark(async_trans_t& trans) { std::cout << "Unsupported Request - Read / Write" << std::endl; exit(1); }