"vscode:/vscode.git/clone" did not exist on "e9eef9628579e4ce946dadd7b84b14808183e72b"
Commit 70b14c07 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

code backup

parent 79c9c44d
......@@ -12,7 +12,8 @@ shape hip_get_tuple_elem::compute_shape(std::vector<shape> inputs) const
return op.compute_shape(inputs);
}
argument hip_get_tuple_elem::compute(context& ctx, const shape&, const std::vector<argument>& args) const
argument
hip_get_tuple_elem::compute(context& ctx, const shape&, const std::vector<argument>& args) const
{
auto sub_args = args.front().get_sub_objects();
device::contiguous(ctx.get_stream().get(), args.back(), sub_args[op.index]);
......
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