Skip to content

Commit

Permalink
fix catdirectbatch
Browse files Browse the repository at this point in the history
  • Loading branch information
黄宇扬 committed Jul 13, 2024
1 parent 112ce28 commit 7ec1d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/cuda/cudadevicebatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ namespace fastllm {
dpitchs[b] = (input0Stride * unitSize);
srcs[b] = (input1.cudaData);
spitchs[b] = (input1Stride * unitSize);
widths[b] = (inner * unitSize);
widths[b] = (input1.dims[axis] * inner * unitSize);
heights[b] = (outer);
}

Expand Down

0 comments on commit 7ec1d78

Please sign in to comment.