#pragma once
#ifndef CK_NOGPU
#include <hip/hip_runtime.h> #include <hip/hip_fp16.h>
#endif
struct StreamConfig {
hipStream_t stream_id_ = nullptr;
bool time_kernel_ = false; };