/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/3643/include/ck/stream_config.hpp Source File

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/3643/include/ck/stream_config.hpp Source File#

Composable Kernel: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/3643/include/ck/stream_config.hpp Source File
stream_config.hpp
Go to the documentation of this file.
1 // Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
2 // SPDX-License-Identifier: MIT
3 
4 #pragma once
5 
6 #include <hip/hip_runtime.h>
7 
9 {
10  hipStream_t stream_id_ = nullptr;
11  bool time_kernel_ = false;
12  int log_level_ = 0;
13  int cold_niters_ = 5;
14  int nrepeat_ = 50;
15 
16  bool flush_cache = false;
17  int rotating_count = 1;
18 };
Definition: stream_config.hpp:9
bool flush_cache
Definition: stream_config.hpp:16
int rotating_count
Definition: stream_config.hpp:17
int cold_niters_
Definition: stream_config.hpp:13
bool time_kernel_
Definition: stream_config.hpp:11
int nrepeat_
Definition: stream_config.hpp:14
hipStream_t stream_id_
Definition: stream_config.hpp:10
int log_level_
Definition: stream_config.hpp:12