stream_config Struct Reference

stream_config Struct Reference#

Composable Kernel: ck_tile::stream_config Struct Reference
ck_tile::stream_config Struct Reference

#include <stream_config.hpp>

Public Attributes

hipStream_t stream_id_ = nullptr
 
bool time_kernel_ = false
 
int log_level_ = 0
 
int cold_niters_ = 3
 
int nrepeat_ = 10
 
bool is_gpu_timer_ = true
 

Member Data Documentation

◆ cold_niters_

int ck_tile::stream_config::cold_niters_ = 3

◆ is_gpu_timer_

bool ck_tile::stream_config::is_gpu_timer_ = true

◆ log_level_

int ck_tile::stream_config::log_level_ = 0

◆ nrepeat_

int ck_tile::stream_config::nrepeat_ = 10

◆ stream_id_

hipStream_t ck_tile::stream_config::stream_id_ = nullptr

◆ time_kernel_

bool ck_tile::stream_config::time_kernel_ = false

The documentation for this struct was generated from the following file: