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