"megatron/vscode:/vscode.git/clone" did not exist on "19301985dd31c8b612095cbad15bd903e8ddd497"
Commit 1989df75 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Fix wrong descriptor creation logics

parent 3672d070
......@@ -176,7 +176,7 @@ struct DevicePermute
: in_dev_buffer_(static_cast<const InDataType*>(in_dev_buffer)),
out_dev_buffer_(static_cast<OutDataType*>(out_dev_buffer)),
in_grid_desc_(MakeDescriptor_N_H_W(inLengths, inStrides)),
out_grid_desc_(MakeDescriptor_N_H_W(inLengths, inStrides)),
out_grid_desc_(MakeDescriptor_N_H_W(outLengths, outStrides)),
inLengths_(inLengths),
inStrides_(inStrides),
outLengths_(outLengths),
......
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