"configs/vscode:/vscode.git/clone" did not exist on "f480b72703b3a82e98b29480750d10ccdb8e7f49"
Commit 7efafa11 authored by aska-0096's avatar aska-0096
Browse files

use empty hipstream in ckprofiler

parent c8d9660f
...@@ -270,11 +270,12 @@ bool profile_gemm_multiply_multiply_impl(int do_verification, ...@@ -270,11 +270,12 @@ bool profile_gemm_multiply_multiply_impl(int do_verification,
std::string op_name = op_ptr->GetTypeString(); std::string op_name = op_ptr->GetTypeString();
hipStream_t stream; // timer of develop branch should only apply to empty hipstream
hip_check_error(hipStreamCreate(&stream)); // hipStream_t stream;
// hip_check_error(hipStreamCreate(&stream));
float ave_time = invoker_ptr->Run(argument_ptr.get(), float ave_time = invoker_ptr->Run(argument_ptr.get(),
StreamConfig{stream, StreamConfig{nullptr,
time_kernel, time_kernel,
0, 0,
n_warmup, n_warmup,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment