"src/targets/vscode:/vscode.git/clone" did not exist on "12beb62250916daa07ca99912c26daedc8376652"
Commit b745f416 authored by turneram's avatar turneram
Browse files

Formatting

parent a16adb42
......@@ -41,8 +41,7 @@ struct transposectx_compiler : compiler<transposectx_compiler>
{
hip_compile_options options;
auto h = inputs.front().lens().back();
options.set_launch_params(
v, compute_global_for(ctx, inputs.back().elements(), h), h);
options.set_launch_params(v, compute_global_for(ctx, inputs.back().elements(), h), h);
options.output = inputs.back();
options.inputs = inputs;
options.kernel_name = "transposectx_kernel";
......@@ -81,8 +80,7 @@ struct transposeqkv_compiler : compiler<transposeqkv_compiler>
{
hip_compile_options options;
auto h = inputs.front().lens().back();
options.set_launch_params(
v, compute_global_for(ctx, inputs.back().elements(), h), h);
options.set_launch_params(v, compute_global_for(ctx, inputs.back().elements(), h), h);
options.output = inputs.back();
options.inputs = inputs;
options.kernel_name = "transposeqkv_kernel";
......
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