"models/vscode:/vscode.git/clone" did not exist on "e8ad2b75e7eb53f0facb6425e5ddc42764aacb3a"
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 ...@@ -176,7 +176,7 @@ struct DevicePermute
: in_dev_buffer_(static_cast<const InDataType*>(in_dev_buffer)), : in_dev_buffer_(static_cast<const InDataType*>(in_dev_buffer)),
out_dev_buffer_(static_cast<OutDataType*>(out_dev_buffer)), out_dev_buffer_(static_cast<OutDataType*>(out_dev_buffer)),
in_grid_desc_(MakeDescriptor_N_H_W(inLengths, inStrides)), 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), inLengths_(inLengths),
inStrides_(inStrides), inStrides_(inStrides),
outLengths_(outLengths), 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