Composable Kernel: include/ck/host_utility/flush_cache.hpp File Reference
#include <hip/hip_runtime.h>
#include <set>
#include <vector>
#include "ck/ck.hpp"
#include "ck/stream_config.hpp"
#include "ck/host_utility/hip_check_error.hpp"
#include "ck/utility/flush_icache.hpp"
Go to the source code of this file.
|
void | ck::utility::flush_icache () |
|
template<bool TimePreprocess, typename GemmArgs , typename... Args, typename F , typename PreProcessFunc > |
float | ck::utility::launch_and_time_kernel_with_preprocess (const StreamConfig &stream_config, PreProcessFunc preprocess, F kernel, dim3 grid_dim, dim3 block_dim, std::size_t lds_byte, GemmArgs &gemm_args, Args... args) |
|