"examples/offline_inference_embedding.py" did not exist on "8d5187cb25f1abd684e60962c4532338a19d2f3a"
Commit 9c3073bd authored by Paul's avatar Paul
Browse files

Format

parent 4fda0214
......@@ -163,8 +163,7 @@ struct ck_gemm_compiler : compiler<ck_gemm_compiler>
options.kernel_name = "ck_gemm_kernel";
options.virtual_inputs = inputs;
auto src = interpolate_string(ck_gemm_kernel,
{{"instance", join_strings(instance, ",")}});
auto src = interpolate_string(ck_gemm_kernel, {{"instance", join_strings(instance, ",")}});
return compile_hip_code_object(src, options);
}
......
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