"tests/pipelines/vscode:/vscode.git/clone" did not exist on "4ae54b37898cf2c97518038d5028645bdb816dca"
Commit 3724ab55 authored by guangzlu's avatar guangzlu
Browse files

fixed dropout random number write in gridwise attn fwd

parent 36d2871b
......@@ -891,8 +891,8 @@ struct GridwiseBatchedMultiheadAttentionForward_Xdl_CShuffle
n3, // NInputNum
n4>,
Sequence<0, 1, 2, 3, 4, 5, 6, 7, 8, 9>,
9, // DstVectorDim
n4, // DstScalarPerVector
9, // DstVectorDim
1, // DstScalarPerVector
InMemoryDataOperationEnum::Set,
1, // DstScalarStrideInVector
true>{z_grid_desc_m0_n0_m1_n1_m2_n2_m3_n3_n4_n5,
......
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