#pragma once #include #include struct StreamConfig { hipStream_t stream_id_ = nullptr; bool time_kernel_ = false; };